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

gk pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi-crypto.git

commit 6f69752263989700d6080dd0553725b2cde362c0
Author: gemkall <[email protected]>
AuthorDate: Thu Jul 18 11:17:21 2024 +0200

    Update commonsi-io to 2.16.1, use consistent fulcrum dep 
fulcrum-testcontainer to v2.0.1-SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2518988..b12b750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <dependency>
          <groupId>org.apache.fulcrum</groupId>
          <artifactId>fulcrum-testcontainer</artifactId>
-         <version>2.0.0</version>
+         <version>2.0.1-SNAPSHOT</version>
          <scope>test</scope>
     </dependency>
     <dependency>
@@ -80,7 +80,7 @@
     <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.15.0</version>
+        <version>2.16.1</version>
         <scope>test</scope>
     </dependency>    
   </dependencies>

Reply via email to