This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch mvnd-1.x
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/mvnd-1.x by this push:
     new 0266fbf2 Bump testcontainers.version from 1.20.0 to 1.20.1
0266fbf2 is described below

commit 0266fbf28940519158001d9311017d5dde114407
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 1 05:15:14 2024 +0000

    Bump testcontainers.version from 1.20.0 to 1.20.1
    
    Bumps `testcontainers.version` from 1.20.0 to 1.20.1.
    
    Updates `org.testcontainers:testcontainers` from 1.20.0 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.20.0...1.20.1)
    
    Updates `org.testcontainers:junit-jupiter` from 1.20.0 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.20.0...1.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:testcontainers
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.testcontainers:junit-jupiter
      dependency-type: direct:development
      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 6f069ee2..9b61e0d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     <xstream.version>1.4.20</xstream.version>
     <plexus-interactivity-api.version>1.3</plexus-interactivity-api.version>
     <takari-smart-builder.version>1.0.0</takari-smart-builder.version>
-    <testcontainers.version>1.20.0</testcontainers.version>
+    <testcontainers.version>1.20.1</testcontainers.version>
   </properties>
 
   <dependencyManagement>

Reply via email to