This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
The following commit(s) were added to refs/heads/master by this push:
new 8af366d Bump org.testcontainers:testcontainers-bom from 2.0.1 to 2.0.2
8af366d is described below
commit 8af366da26c2b92632332d24ffb08f50136a94c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 14 21:42:01 2025 +0000
Bump org.testcontainers:testcontainers-bom from 2.0.1 to 2.0.2
Bumps
[org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java)
from 2.0.1 to 2.0.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/2.0.1...2.0.2)
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
dependency-version: 2.0.2
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 084e528..058c12a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@ under the License.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>