Skip to content

Commit ab887d3

Browse files
dependabot[bot]jreynard-code
authored andcommitted
Gradle: Bump awsSpringVersion from 3.1.1 to 3.3.0
Bumps `awsSpringVersion` from 3.1.1 to 3.3.0. Updates `io.awspring.cloud:spring-cloud-aws-dependencies` from 3.1.1 to 3.3.0 - [Release notes](https://github.com/awspring/spring-cloud-aws/releases) - [Commits](awspring/spring-cloud-aws@v3.1.1...v3.3.0) Updates `io.awspring.cloud:spring-cloud-aws-starter-s3` from 3.1.1 to 3.3.0 --- updated-dependencies: - dependency-name: io.awspring.cloud:spring-cloud-aws-dependencies dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.awspring.cloud:spring-cloud-aws-starter-s3 dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ce6b58 commit ab887d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ val testContainersRedisVersion = "1.6.4"
8080
val testContainersPostgreSQLVersion = "1.20.6"
8181
val testContainersLocalStackVersion = "1.20.6"
8282
val commonCompressVersion = "1.27.1"
83-
val awsSpringVersion = "3.1.1"
83+
val awsSpringVersion = "3.3.0"
8484

8585
// Checks
8686
val detektVersion = "1.23.8"

0 commit comments

Comments
 (0)