This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/master by this push:
new 40cd1d20 [MRESOLVER-616] Bump testcontainersVersion from 1.20.2 to
1.20.3 (#586)
40cd1d20 is described below
commit 40cd1d20612fa191de4214d1a0e782cc103d432e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 24 12:39:06 2024 +0200
[MRESOLVER-616] Bump testcontainersVersion from 1.20.2 to 1.20.3 (#586)
Bumps `testcontainersVersion` from 1.20.2 to 1.20.3.
Updates `org.testcontainers:testcontainers` from 1.20.2 to 1.20.3
- [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.2...1.20.3)
Updates `org.testcontainers:junit-jupiter` from 1.20.2 to 1.20.3
- [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.2...1.20.3)
Updates `org.testcontainers:minio` from 1.20.2 to 1.20.3
- [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.2...1.20.3)
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.testcontainers:junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.testcontainers:minio
dependency-type: direct:development
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>
---
https://issues.apache.org/jira/browse/MRESOLVER-616
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index aa77b0f1..3a239b59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<sisuVersion>0.9.0.M3</sisuVersion>
<guiceVersion>6.0.0</guiceVersion>
<slf4jVersion>2.0.16</slf4jVersion>
- <testcontainersVersion>1.20.2</testcontainersVersion>
+ <testcontainersVersion>1.20.3</testcontainersVersion>
<bouncycastleVersion>1.78.1</bouncycastleVersion>
<!-- Remove when parent updates -->