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-security.git
The following commit(s) were added to refs/heads/master by this push:
new ce4f8c5 Use consistent fulcrum deps fulcrum-testcontainer and
fulcrum-yaafi to v2.0.1-SNAPSHOT
ce4f8c5 is described below
commit ce4f8c5de220f64c7077de89fd6656b129498ca8
Author: gemkall <[email protected]>
AuthorDate: Thu Jul 18 11:16:45 2024 +0200
Use consistent fulcrum deps fulcrum-testcontainer and fulcrum-yaafi to
v2.0.1-SNAPSHOT
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 87bc904..5501930 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,13 +111,13 @@
<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>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-yaafi</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>