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 9c913257 [MRESOLVER-639] Bump testcontainersVersion from 1.20.3 to 
1.20.4 (#606)
9c913257 is described below

commit 9c913257567cccc49aa5f00c2eef4c184babbb5d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 11 19:37:56 2024 +0100

    [MRESOLVER-639] Bump testcontainersVersion from 1.20.3 to 1.20.4 (#606)
    
    Bumps `testcontainersVersion` from 1.20.3 to 1.20.4.
    
    Updates `org.testcontainers:testcontainers` from 1.20.3 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.3...1.20.4)
    
    Updates `org.testcontainers:junit-jupiter` from 1.20.3 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.3...1.20.4)
    
    Updates `org.testcontainers:minio` from 1.20.3 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.3...1.20.4)
    
    ---
    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] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-639
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e5f1c3de..97d66cc0 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.3</testcontainersVersion>
+    <testcontainersVersion>1.20.4</testcontainersVersion>
     <bouncycastleVersion>1.79</bouncycastleVersion>
 
     <!-- Remove when parent updates -->

Reply via email to