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 ce6f5b9303fe8e1cab3ea8ea0ad2e231328cd9b7 Author: Georg Kallidis <[email protected]> AuthorDate: Mon Aug 14 12:27:33 2023 +0200 default no dependency chech inherit from dependency.check.skip, update slf4j-api from 1.7 to 2.0.7 and mysql connector to 8.1.0, set fulcrum intake to release 3.0.0 and yaafi to 2.0.0 --- pom.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index b4d660a2..1c8d0a2b 100644 --- a/pom.xml +++ b/pom.xml @@ -545,7 +545,7 @@ </suppressionFiles> <!-- no .NET code inside turbine --> <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled> - <skip>false</skip> + <skip>${dependency.check.skip}</skip> </configuration> </plugin> <plugin> @@ -1071,10 +1071,9 @@ <scope>runtime</scope> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.7.36</version> - <scope>runtime</scope> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>2.0.7</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> @@ -1269,7 +1268,7 @@ <dependency> <groupId>com.mysql</groupId> <artifactId>mysql-connector-j</artifactId> - <version>8.0.33</version> + <version>8.1.0</version> </dependency> </dependencies> </profile> @@ -1309,10 +1308,10 @@ <properties> <!-- maven.compiler setting in turbine parent --> <turbine.site.path>turbine-core</turbine.site.path> - <fulcrum.intake>2.0.1-SNAPSHOT</fulcrum.intake> + <fulcrum.intake>3.0.0</fulcrum.intake> <fulcrum.parser>2.0.2-SNAPSHOT</fulcrum.parser> <fulcrum.security>2.1.1-SNAPSHOT</fulcrum.security> - <fulcrum.yaafi>1.0.9-SNAPSHOT</fulcrum.yaafi> + <fulcrum.yaafi>2.0.0</fulcrum.yaafi> <torque.version>5.1</torque.version> <jackson2.version>2.15.2</jackson2.version> <doclint>none</doclint>
