This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/turbine-core.git
commit 35b9f61f9b370d18fa499a11ba1537823f3eeb14 Author: Georg Kallidis <[email protected]> AuthorDate: Thu Nov 25 14:27:11 2021 +0000 use testcontainer and yaafi snapshot for proper and up-to-date depencencies --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 442b07c..f0d9842 100644 --- a/pom.xml +++ b/pom.xml @@ -1103,7 +1103,7 @@ <dependency> <groupId>org.apache.fulcrum</groupId> <artifactId>fulcrum-testcontainer</artifactId> - <version>1.0.9</version> + <version>1.0.10-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> @@ -1297,7 +1297,7 @@ <fulcrum.parser>2.0.1</fulcrum.parser> <!--fulcrum.securityafter release change to 2.1.0 --> <fulcrum.security>2.1.0</fulcrum.security> - <fulcrum.yaafi>1.0.8</fulcrum.yaafi> + <fulcrum.yaafi>1.0.9-SNAPSHOT</fulcrum.yaafi> <torque.version>5.0</torque.version> <jackson2.version>2.13.0</jackson2.version> <doclint>none</doclint>
