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 60c2329462cd55ac9e56773ba794a43c7ad691e3 Author: Georg Kallidis <[email protected]> AuthorDate: Mon Jun 12 10:56:02 2023 +0200 deps update: parent to 12 from SNAPSHOT, yauaa to 7.20.1, move mysql group/artifactID to new location, jackson to 2.15.2 and testcontainers to 1.18.3 --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 707a9845..f749daad 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.turbine</groupId> <artifactId>turbine-parent</artifactId> - <version>12-SNAPSHOT</version> + <version>12</version> <relativePath/> </parent> <artifactId>turbine</artifactId> @@ -913,7 +913,7 @@ <groupId>nl.basjes.parse.useragent</groupId> <artifactId>yauaa</artifactId> <!-- java 11 required for v6.1+ --> - <version>7.14.1</version> + <version>7.20.1</version> </dependency> <dependency> <groupId>org.apache.fulcrum</groupId> @@ -1262,9 +1262,9 @@ </exclusions> </dependency> <dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> - <version>8.0.28</version> + <groupId>com.mysql</groupId> + <artifactId>mysql-connector-j</artifactId> + <version>8.0.33</version> </dependency> </dependencies> </profile> @@ -1309,9 +1309,9 @@ <fulcrum.security>2.1.1-SNAPSHOT</fulcrum.security> <fulcrum.yaafi>1.0.9-SNAPSHOT</fulcrum.yaafi> <torque.version>5.1</torque.version> - <jackson2.version>2.14.2</jackson2.version> + <jackson2.version>2.15.2</jackson2.version> <doclint>none</doclint> - <docker.testcontainers.version>1.17.6</docker.testcontainers.version> + <docker.testcontainers.version>1.18.3</docker.testcontainers.version> <jacoco.skip>true</jacoco.skip> <argLine /> </properties>
