This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/main by this push: new eb8e05a2 Bump testcontainers.version from 1.21.1 to 1.21.2 eb8e05a2 is described below commit eb8e05a22061be648040f514127664b53825a7be Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Jun 22 18:47:31 2025 +0000 Bump testcontainers.version from 1.21.1 to 1.21.2 Bumps `testcontainers.version` from 1.21.1 to 1.21.2. Updates `org.testcontainers:junit-jupiter` from 1.21.1 to 1.21.2 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.1...1.21.2) Updates `org.testcontainers:testcontainers-bom` from 1.21.1 to 1.21.2 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.1...1.21.2) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0a3d6421..a3a10bf8 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ under the License. <jetbrains.annotations.version>26.0.2</jetbrains.annotations.version> <commons.io.version>2.17.0</commons.io.version> <git-code-format-maven-plugin.version>5.3</git-code-format-maven-plugin.version> - <testcontainers.version>1.21.1</testcontainers.version> + <testcontainers.version>1.21.2</testcontainers.version> <maven.mojo.license.plugin>2.5.0</maven.mojo.license.plugin> <jacoco.maven.plugin>0.8.13</jacoco.maven.plugin> <jacoco.haltOnFailure>false</jacoco.haltOnFailure>