Skip to content

Commit 8170d55

Browse files
Bump testcontainersVersion from 1.21.2 to 1.21.3 in /linux (#1207)
Bumps `testcontainersVersion` from 1.21.2 to 1.21.3. Updates `org.testcontainers:testcontainers` from 1.21.2 to 1.21.3 - [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.2...1.21.3) Updates `org.testcontainers:junit-jupiter` from 1.21.2 to 1.21.3 - [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.2...1.21.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:junit-jupiter dependency-version: 1.21.3 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 34af555 commit 8170d55

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

0 commit comments

Comments
 (0)