Bump testcontainers_version from 1.15.3 to 1.16.0 (#3076)
Bumps `testcontainers_version` from 1.15.3 to 1.16.0. Updates `testcontainers` from 1.15.3 to 1.16.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.3...1.16.0) Updates `elasticsearch` from 1.15.3 to 1.16.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.3...1.16.0) Updates `junit-jupiter` from 1.15.3 to 1.16.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.3...1.16.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.testcontainers:elasticsearch dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Agnew <jamesagnew@gmail.com>
This commit is contained in:
parent
39c5c757c2
commit
a0388db672
2
pom.xml
2
pom.xml
|
@ -833,7 +833,7 @@
|
||||||
<spring_retry_version>1.2.2.RELEASE</spring_retry_version>
|
<spring_retry_version>1.2.2.RELEASE</spring_retry_version>
|
||||||
|
|
||||||
<stax2_api_version>3.1.4</stax2_api_version>
|
<stax2_api_version>3.1.4</stax2_api_version>
|
||||||
<testcontainers_version>1.15.3</testcontainers_version>
|
<testcontainers_version>1.16.0</testcontainers_version>
|
||||||
<thymeleaf-version>3.0.12.RELEASE</thymeleaf-version>
|
<thymeleaf-version>3.0.12.RELEASE</thymeleaf-version>
|
||||||
<woodstox_core_asl_version>4.4.1</woodstox_core_asl_version>
|
<woodstox_core_asl_version>4.4.1</woodstox_core_asl_version>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue