This is an automated email from the ASF dual-hosted git repository.
github-bot 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 b68628f Bump org.testcontainers:testcontainers-bom from 1.20.1 to
1.20.4
b68628f is described below
commit b68628f6e6eb1c68de1c78f5f875405951e548ec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 16 07:32:55 2024 +0000
Bump org.testcontainers:testcontainers-bom from 1.20.1 to 1.20.4
Bumps
[org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java)
from 1.20.1 to 1.20.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.20.1...1.20.4)
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
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 890189e..60b9863 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@ under the License.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
- <version>1.20.1</version>
+ <version>1.20.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>