This is an automated email from the ASF dual-hosted git repository.
rabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 8f23c9114 Bump testcontainers.version from 1.21.0 to 1.21.1 (#8093)
8f23c9114 is described below
commit 8f23c9114b439f330f251a14ef79d6d1cb6e367a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 3 10:30:29 2025 +0100
Bump testcontainers.version from 1.21.0 to 1.21.1 (#8093)
Bumps `testcontainers.version` from 1.21.0 to 1.21.1.
Updates `org.testcontainers:testcontainers` from 1.21.0 to 1.21.1
- [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.0...1.21.1)
Updates `org.testcontainers:junit-jupiter` from 1.21.0 to 1.21.1
- [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.0...1.21.1)
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
dependency-version: 1.21.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.testcontainers:junit-jupiter
dependency-version: 1.21.1
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2c0d029f3..2b782f14e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
<jackson.version>2.19.0</jackson.version>
<jackson.databind.version>2.19.0</jackson.databind.version>
<storm.kafka.client.version>3.9.0</storm.kafka.client.version>
- <testcontainers.version>1.21.0</testcontainers.version>
+ <testcontainers.version>1.21.1</testcontainers.version>
<!-- Java and clojure build lifecycle test properties are defined here
to avoid having to create a default profile -->
<java.unit.test.exclude.groups>PerformanceTest</java.unit.test.exclude.groups>