Skip to content

Commit b4d999a

Browse files
Bump testcontainersVersion from 1.21.0 to 1.21.2 in /linux (#1203)
Bumps `testcontainersVersion` from 1.21.0 to 1.21.2. Updates `org.testcontainers:testcontainers` from 1.21.0 to 1.21.2 - [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.21.0...1.21.2) Updates `org.testcontainers:junit-jupiter` from 1.21.0 to 1.21.2 - [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.21.0...1.21.2) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:junit-jupiter dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcc2dc0 commit b4d999a

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.21.0"
7+
testcontainersVersion = "1.21.2"
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.21.0"
7+
testcontainersVersion = "1.21.2"
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.21.0"
7+
testcontainersVersion = "1.21.2"
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.21.0"
7+
testcontainersVersion = "1.21.2"
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.21.0"
7+
testcontainersVersion = "1.21.2"
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.21.0"
7+
testcontainersVersion = "1.21.2"
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.21.0"
7+
testcontainersVersion = "1.21.2"
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.21.0"
7+
testcontainersVersion = "1.21.2"
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.21.0"
7+
testcontainersVersion = "1.21.2"
88
assertjCoreVersion = "3.27.3"
99
}
1010

0 commit comments

Comments
 (0)