Skip to content

Commit df42716

Browse files
authored
Merge pull request #6279 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 563eae5 + 33d4313 commit df42716

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// empty build.gradle for dependabot
22
plugins {
3-
id 'com.diffplug.spotless' version '6.11.0' apply false
3+
id 'com.diffplug.spotless' version '6.12.0' apply false
44
}
55

66
apply from: "$rootDir/../gradle/ci-support.gradle"

modules/localstack/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)