Skip to content

Commit 74eb58b

Browse files
Bump org.testcontainers:testcontainers-bom from 1.19.6 to 1.19.7 (#2650)
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) 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-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0895e2e commit 74eb58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ext {
6767
springDataVersion = '2022.0.12'
6868
springRetryVersion = '2.0.5'
6969
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.13'
70-
testcontainersVersion = '1.19.6'
70+
testcontainersVersion = '1.19.7'
7171
zstdJniVersion = '1.5.5-11'
7272

7373
javaProjects = subprojects - project(':spring-amqp-bom')

0 commit comments

Comments
 (0)