File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
1515 id ' io.franzbecker.gradle-lombok' version ' 5.0.0'
1616 id ' com.github.johnrengelman.shadow' version ' 7.1.2'
1717 id ' me.champeau.gradle.japicmp' version ' 0.4.1' apply false
18- id ' com.diffplug.spotless' version ' 6.11 .0' apply false
18+ id ' com.diffplug.spotless' version ' 6.12 .0' apply false
1919 id ' org.gradle.test-retry' version ' 1.5.0'
2020}
2121
Original file line number Diff line number Diff line change 11// empty build.gradle for dependabot
22plugins {
3- id ' com.diffplug.spotless' version ' 6.11 .0' apply false
3+ id ' com.diffplug.spotless' version ' 6.12 .0' apply false
44}
55
66apply from : " $rootDir /../gradle/ci-support.gradle"
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ dependencies {
77 testImplementation ' com.amazonaws:aws-java-sdk-s3:1.12.343'
88 testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.354'
99 testImplementation ' com.amazonaws:aws-java-sdk-logs:1.12.353'
10- testImplementation ' software.amazon.awssdk:s3:2.18.18 '
10+ testImplementation ' software.amazon.awssdk:s3:2.18.29 '
1111 testImplementation ' org.assertj:assertj-core:3.23.1'
1212}
You can’t perform that action at this time.
0 commit comments