Skip to content

Commit ca733d3

Browse files
Bump testcontainersVersion from 1.17.0 to 1.17.1 (#576)
Bumps `testcontainersVersion` from 1.17.0 to 1.17.1. Updates `testcontainers` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.17.0...1.17.1) Updates `spock` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.17.0...1.17.1) Updates `influxdb` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.17.0...1.17.1) Updates `postgresql` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.17.0...1.17.1) Updates `couchbase` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.17.0...1.17.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:spock dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:influxdb dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:couchbase 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 50ae263 commit ca733d3

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
@@ -17,7 +17,7 @@ ext {
1717
//version (changing these should be considered thoroughly!)
1818
javaVersion = JavaVersion.VERSION_17
1919
tscfgVersion = '0.9.9'
20-
testcontainersVersion = '1.17.0'
20+
testcontainersVersion = '1.17.1'
2121

2222
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
2323
}

0 commit comments

Comments
 (0)