Skip to content

Commit 365af3d

Browse files
Bump testcontainersVersion from 1.20.6 to 1.21.0 in /linux
Bumps `testcontainersVersion` from 1.20.6 to 1.21.0. Updates `org.testcontainers:testcontainers` from 1.20.6 to 1.21.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.0) Updates `org.testcontainers:junit-jupiter` from 1.20.6 to 1.21.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.testcontainers:junit-jupiter dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02edb3d commit 365af3d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

linux/ca-certificates/debian/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.11.4"
7-
testcontainersVersion = "1.20.6"
7+
testcontainersVersion = "1.21.0"
88
assertjCoreVersion = "3.27.3"
99
}
1010

linux/jdk/alpine/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.11.4"
7-
testcontainersVersion = "1.20.6"
7+
testcontainersVersion = "1.21.0"
88
assertjCoreVersion = "3.27.3"
99
}
1010

linux/jdk/debian/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.11.4"
7-
testcontainersVersion = "1.20.6"
7+
testcontainersVersion = "1.21.0"
88
assertjCoreVersion = "3.27.3"
99
}
1010

linux/jdk/redhat/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.11.4"
7-
testcontainersVersion = "1.20.6"
7+
testcontainersVersion = "1.21.0"
88
assertjCoreVersion = "3.27.3"
99
}
1010

linux/jdk/suse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.11.4"
7-
testcontainersVersion = "1.20.6"
7+
testcontainersVersion = "1.21.0"
88
assertjCoreVersion = "3.27.3"
99
}
1010

linux/jre/alpine/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.11.4"
7-
testcontainersVersion = "1.20.6"
7+
testcontainersVersion = "1.21.0"
88
assertjCoreVersion = "3.27.3"
99
}
1010

linux/jre/debian/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.11.4"
7-
testcontainersVersion = "1.20.6"
7+
testcontainersVersion = "1.21.0"
88
assertjCoreVersion = "3.27.3"
99
}
1010

linux/jre/redhat/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.11.4"
7-
testcontainersVersion = "1.20.6"
7+
testcontainersVersion = "1.21.0"
88
assertjCoreVersion = "3.27.3"
99
}
1010

linux/jre/suse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.11.4"
7-
testcontainersVersion = "1.20.6"
7+
testcontainersVersion = "1.21.0"
88
assertjCoreVersion = "3.27.3"
99
}
1010

0 commit comments

Comments
 (0)