Skip to content

Commit 5b8ea03

Browse files
Bump the minor-patch group across 1 directory with 4 updates (#793)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin <marvin.lindner@sap.com>
1 parent 86c8d1c commit 5b8ea03

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

integration-tests/mtx-local/srv/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<plugin>
207207
<groupId>org.apache.maven.plugins</groupId>
208208
<artifactId>maven-resources-plugin</artifactId>
209-
<version>3.4.0</version>
209+
<version>3.5.0</version>
210210
<executions>
211211
<execution>
212212
<id>copy-cds-models-to-sidecar</id>
@@ -230,7 +230,7 @@
230230
<plugin>
231231
<groupId>org.codehaus.mojo</groupId>
232232
<artifactId>exec-maven-plugin</artifactId>
233-
<version>3.5.0</version>
233+
<version>3.6.3</version>
234234
<configuration>
235235
<environmentVariables>
236236
<PATH>${cds.node.directory}${path.separator}${env.PATH}</PATH>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<excluded.generation.package>com/sap/cds/feature/attachments/generated/</excluded.generation.package>
6767

68-
<software.amazon.awssdk-s3-version>2.42.28</software.amazon.awssdk-s3-version>
68+
<software.amazon.awssdk-s3-version>2.42.33</software.amazon.awssdk-s3-version>
6969
<software.amazon.awssdk-crt-version>0.44.0</software.amazon.awssdk-crt-version>
7070

7171
<!-- Versions of CAP Java and cds-dk used for build and integrations tests -->

storage-targets/cds-feature-attachments-oss/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-storage</artifactId>
54-
<version>2.64.1</version>
54+
<version>2.66.0</version>
5555
</dependency>
5656

5757
<!-- TESTS -->

0 commit comments

Comments
 (0)