Skip to content

Commit 512e141

Browse files
Bump testcontainersVersion from 1.19.6 to 1.19.7 in /linux (#835)
Bumps `testcontainersVersion` from 1.19.6 to 1.19.7. Updates `org.testcontainers:testcontainers` from 1.19.6 to 1.19.7 - [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.19.6...1.19.7) Updates `org.testcontainers:junit-jupiter` from 1.19.6 to 1.19.7 - [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.19.6...1.19.7) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:junit-jupiter 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> Co-authored-by: George Adams <georgeadams1995@gmail.com>
1 parent 9c81bfa commit 512e141

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

linux/ca-certificates/debian/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.10.2"
7-
testcontainersVersion = "1.19.6"
7+
testcontainersVersion = "1.19.7"
88
assertjCoreVersion = "3.25.3"
99
}
1010

linux/jdk/alpine/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.10.2"
7-
testcontainersVersion = "1.19.6"
7+
testcontainersVersion = "1.19.7"
88
assertjCoreVersion = "3.25.3"
99
}
1010

linux/jdk/debian/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.10.2"
7-
testcontainersVersion = "1.19.6"
7+
testcontainersVersion = "1.19.7"
88
assertjCoreVersion = "3.25.3"
99
}
1010

linux/jdk/redhat/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.10.2"
7-
testcontainersVersion = "1.19.6"
7+
testcontainersVersion = "1.19.7"
88
assertjCoreVersion = "3.25.3"
99
}
1010

linux/jdk/suse/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.10.2"
7-
testcontainersVersion = "1.19.6"
7+
testcontainersVersion = "1.19.7"
88
assertjCoreVersion = "3.25.3"
99
}
1010

linux/jre/alpine/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.10.2"
7-
testcontainersVersion = "1.19.6"
7+
testcontainersVersion = "1.19.7"
88
assertjCoreVersion = "3.25.3"
99
}
1010

linux/jre/debian/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.10.2"
7-
testcontainersVersion = "1.19.6"
7+
testcontainersVersion = "1.19.7"
88
assertjCoreVersion = "3.25.3"
99
}
1010

linux/jre/redhat/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.10.2"
7-
testcontainersVersion = "1.19.6"
7+
testcontainersVersion = "1.19.7"
88
assertjCoreVersion = "3.25.3"
99
}
1010

linux/jre/suse/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
ext {
66
junitVersion = "5.10.2"
7-
testcontainersVersion = "1.19.6"
7+
testcontainersVersion = "1.19.7"
88
assertjCoreVersion = "3.25.3"
99
}
1010

0 commit comments

Comments
 (0)