This is an automated email from the ASF dual-hosted git repository.
rzo1 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 18a23e869 Bump testcontainers.version from 1.19.6 to 1.20.1
18a23e869 is described below
commit 18a23e8691971c23fe0493d92c80fcc5e8c200c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 19 04:08:51 2024 +0000
Bump testcontainers.version from 1.19.6 to 1.20.1
Bumps `testcontainers.version` from 1.19.6 to 1.20.1.
Updates `org.testcontainers:testcontainers` from 1.19.6 to 1.20.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.19.6...1.20.1)
Updates `org.testcontainers:junit-jupiter` from 1.19.6 to 1.20.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.19.6...1.20.1)
Updates `org.testcontainers:elasticsearch` from 1.19.6 to 1.20.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.19.6...1.20.1)
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
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
- dependency-name: org.testcontainers:elasticsearch
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 03b521b3c..8eacb6b98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
<jackson.version>2.17.2</jackson.version>
<jackson.databind.version>2.17.2</jackson.databind.version>
<storm.kafka.client.version>3.6.0</storm.kafka.client.version>
- <testcontainers.version>1.19.6</testcontainers.version>
+ <testcontainers.version>1.20.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>