Skip to content

Commit dbc51a7

Browse files
Bump the minor-patch group across 1 directory with 15 updates (#670)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lisa Julia Nebel <[email protected]>
1 parent cba2fdb commit dbc51a7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.springframework.boot</groupId>
2727
<artifactId>spring-boot-dependencies</artifactId>
28-
<version>3.5.6</version>
28+
<version>3.5.7</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565

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

68-
<software.amazon.awssdk-s3-version>2.35.2</software.amazon.awssdk-s3-version>
68+
<software.amazon.awssdk-s3-version>2.38.1</software.amazon.awssdk-s3-version>
6969
<software.amazon.awssdk-crt-version>0.39.4</software.amazon.awssdk-crt-version>
7070

7171
<!-- Versions of CAP Java and cds-dk used for build and integrations tests -->
7272
<!-- https://central.sonatype.com/artifact/com.sap.cds/cds-services-api/versions -->
73-
<cds.services.version>3.10.4</cds.services.version>
73+
<cds.services.version>3.10.5</cds.services.version>
7474
<!-- https://www.npmjs.com/package/@sap/cds-dk?activeTab=versions -->
7575
<cds.cdsdk-version>8.9.8</cds.cdsdk-version>
7676

@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>org.junit</groupId>
104104
<artifactId>junit-bom</artifactId>
105-
<version>6.0.0</version>
105+
<version>6.0.1</version>
106106
<type>pom</type>
107107
<scope>import</scope>
108108
</dependency>
@@ -226,7 +226,7 @@
226226
<plugin>
227227
<groupId>org.pitest</groupId>
228228
<artifactId>pitest-maven</artifactId>
229-
<version>1.21.0</version>
229+
<version>1.21.1</version>
230230
</plugin>
231231
<plugin>
232232
<groupId>com.github.spotbugs</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.azure</groupId>
4747
<artifactId>azure-storage-blob</artifactId>
48-
<version>12.31.3</version>
48+
<version>12.32.0</version>
4949
</dependency>
5050

5151
<dependency>

0 commit comments

Comments
 (0)