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 d44df67f Bump testcontainers.version from 1.21.3 to 1.21.4
d44df67f is described below
commit d44df67f7376ad398525df142fe0c4ecdcf0b112
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 22 04:01:48 2025 +0000
Bump testcontainers.version from 1.21.3 to 1.21.4
Bumps `testcontainers.version` from 1.21.3 to 1.21.4.
Updates `org.testcontainers:junit-jupiter` from 1.21.3 to 1.21.4
- [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.3...1.21.4)
Updates `org.testcontainers:testcontainers-bom` from 1.21.3 to 1.21.4
- [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.3...1.21.4)
---
updated-dependencies:
- dependency-name: org.testcontainers:junit-jupiter
dependency-version: 1.21.4
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.testcontainers:testcontainers-bom
dependency-version: 1.21.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f271b338..f5f183ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@ under the License.
<commons.compress.version>1.28.0</commons.compress.version>
<commons.codec.version>1.20.0</commons.codec.version>
<git-code-format-maven-plugin.version>5.4</git-code-format-maven-plugin.version>
- <testcontainers.version>1.21.3</testcontainers.version>
+ <testcontainers.version>1.21.4</testcontainers.version>
<maven.mojo.license.plugin>2.7.0</maven.mojo.license.plugin>
<checkstyle-maven-plugin.version>3.6.0</checkstyle-maven-plugin.version>
<checkstyle.version>12.3.0</checkstyle.version>