Skip to content

Commit f1413c9

Browse files
Bump the minor-patch group across 1 directory with 10 updates (#737)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b0f3c2 commit f1413c9

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

cds-feature-attachments/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>ch.qos.logback</groupId>
8080
<artifactId>logback-classic</artifactId>
81-
<version>1.5.26</version>
81+
<version>1.5.32</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.wiremock.integrations</groupId>
3535
<artifactId>wiremock-spring-boot</artifactId>
36-
<version>4.0.9</version>
36+
<version>4.1.0</version>
3737
<scope>test</scope>
3838
</dependency>
3939
</dependencies>

pom.xml

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

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

68-
<software.amazon.awssdk-s3-version>2.41.14</software.amazon.awssdk-s3-version>
69-
<software.amazon.awssdk-crt-version>0.42.2</software.amazon.awssdk-crt-version>
68+
<software.amazon.awssdk-s3-version>2.41.29</software.amazon.awssdk-s3-version>
69+
<software.amazon.awssdk-crt-version>0.43.3</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 -->
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>org.junit</groupId>
104104
<artifactId>junit-bom</artifactId>
105-
<version>6.0.2</version>
105+
<version>6.0.3</version>
106106
<type>pom</type>
107107
<scope>import</scope>
108108
</dependency>
@@ -176,7 +176,7 @@
176176
</plugin>
177177
<plugin>
178178
<artifactId>maven-compiler-plugin</artifactId>
179-
<version>3.14.1</version>
179+
<version>3.15.0</version>
180180
</plugin>
181181
<plugin>
182182
<artifactId>maven-source-plugin</artifactId>
@@ -219,7 +219,7 @@
219219
<plugin>
220220
<groupId>org.pitest</groupId>
221221
<artifactId>pitest-maven</artifactId>
222-
<version>1.22.0</version>
222+
<version>1.22.1</version>
223223
</plugin>
224224
<plugin>
225225
<groupId>com.github.spotbugs</groupId>
@@ -348,7 +348,7 @@
348348
<plugin>
349349
<groupId>com.diffplug.spotless</groupId>
350350
<artifactId>spotless-maven-plugin</artifactId>
351-
<version>3.2.0</version>
351+
<version>3.2.1</version>
352352
<configuration>
353353
<java>
354354
<googleJavaFormat>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<dependency>
4646
<groupId>com.azure</groupId>
4747
<artifactId>azure-storage-blob</artifactId>
48-
<version>12.33.0</version>
48+
<version>12.33.2</version>
4949
</dependency>
5050

5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-storage</artifactId>
54-
<version>2.62.0</version>
54+
<version>2.63.0</version>
5555
</dependency>
5656

5757
<!-- TESTS -->

0 commit comments

Comments
 (0)