Skip to content

Commit 1862b8b

Browse files
Bump software.amazon.awssdk:s3 from 2.30.15 to 2.30.16
Bumps software.amazon.awssdk:s3 from 2.30.15 to 2.30.16. --- updated-dependencies: - dependency-name: software.amazon.awssdk:s3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 383d139 commit 1862b8b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

spring-eg-content-s3-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>software.amazon.awssdk</groupId>
4444
<artifactId>s3</artifactId>
45-
<version>2.30.15</version>
45+
<version>2.30.16</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.amazonaws</groupId>

spring-eg-content-s3-reactive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>software.amazon.awssdk</groupId>
4343
<artifactId>s3</artifactId>
44-
<version>2.30.15</version>
44+
<version>2.30.16</version>
4545
<scope>compile</scope>
4646
</dependency>
4747

spring-eg-content-s3-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>software.amazon.awssdk</groupId>
6969
<artifactId>s3</artifactId>
70-
<version>2.30.15</version>
70+
<version>2.30.16</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.amazonaws</groupId>

spring-eg-content-s3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>software.amazon.awssdk</groupId>
7575
<artifactId>s3</artifactId>
76-
<version>2.30.15</version>
76+
<version>2.30.16</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.amazonaws</groupId>

0 commit comments

Comments
 (0)