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 412afb3d8674d0dcfe90830c547553db0a2a9bea Author: Georg Kallidis <[email protected]> AuthorDate: Fri Jun 7 08:56:58 2024 +0200 Update deps parent to 13-SNAPSHOT, use torque 6.0, minor updates for yauaa 7.25.0, jackson2 2.17.1 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 4237aadd..7ab2cbfb 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.turbine</groupId> <artifactId>turbine-parent</artifactId> - <version>12</version> + <version>13-SNAPSHOT</version> <relativePath /> </parent> <artifactId>turbine</artifactId> @@ -932,7 +932,7 @@ <groupId>nl.basjes.parse.useragent</groupId> <artifactId>yauaa</artifactId> <!-- java 11 required for v6.1+ --> - <version>7.24.0</version> + <version>7.25.0</version> </dependency> <dependency> <groupId>org.apache.fulcrum</groupId> @@ -1082,7 +1082,7 @@ <artifactId>log4j-jcl</artifactId> <version>${turbine.log4j2.version}</version> </dependency> - <!-- yauaa + java testcontainers uses slf4j-api, need for log4j-slf4j-impl mapping--> + <!-- java testcontainers uses slf4j-api, need for log4j-slf4j-impl mapping--> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> @@ -1393,8 +1393,8 @@ <fulcrum.parser>3.0.0</fulcrum.parser> <fulcrum.security>3.0.0</fulcrum.security> <fulcrum.yaafi>2.0.0</fulcrum.yaafi> - <torque.version>5.2-SNAPSHOT</torque.version> - <jackson2.version>2.16.1</jackson2.version> + <torque.version>6.0</torque.version> + <jackson2.version>2.17.1</jackson2.version> <doclint>none</doclint> <docker.testcontainers.version>1.18.3</docker.testcontainers.version> <jacoco.skip>true</jacoco.skip>
