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-parser.git
commit 3a8aa836cbe2e1a02e8e1f8d140b40d33cc2ee71 Author: Georg Kallidis <[email protected]> AuthorDate: Wed Aug 2 14:43:35 2023 +0200 Update commons-lang2 to 3.13.0 and fulcrum-yaafi to newly released 2.0.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cc4d873..bc339b1 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.12.0</version> + <version>3.13.0</version> </dependency> <!-- scope provided to avoid dependency inconsistencies to commons module dbcp2 --> <dependency> @@ -141,7 +141,7 @@ <dependency> <groupId>org.apache.fulcrum</groupId> <artifactId>fulcrum-yaafi</artifactId> - <version>1.0.8</version> + <version>2.0.0</version> <scope>test</scope> </dependency> </dependencies>
