From 86c4f48ec6411d407dfe0d80642bbc26eab45337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:17:02 +0000 Subject: [PATCH] Bump the production-dependencies group across 1 directory with 8 updates Bumps the production-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.17.0` | `10.23.0` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.14.0` | | [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) | `4.5` | `5.0.0` | | [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) | `3.4.0` | `3.6.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.3.0` | `3.5.3` | | org.slf4j:slf4j-jdk14 | `2.0.13` | `2.0.17` | | [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.2` | `2.4` | | [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.4.0` | `3.5.3` | Updates `com.puppycrawl.tools:checkstyle` from 10.17.0 to 10.23.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.17.0...checkstyle-10.23.0) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) Updates `com.mycila:license-maven-plugin` from 4.5 to 5.0.0 - [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases) - [Commits](https://github.com/mathieucarbou/license-maven-plugin/compare/license-maven-plugin-4.5...v5.0.0) Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.4.0 to 3.6.0 - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases) - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.4.0...maven-checkstyle-plugin-3.6.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.5.3) Updates `org.slf4j:slf4j-jdk14` from 2.0.13 to 2.0.17 Updates `org.yaml:snakeyaml` from 2.2 to 2.4 - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..snakeyaml-2.2) Updates `org.mariadb.jdbc:mariadb-java-client` from 3.4.0 to 3.5.3 - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md) - [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.4.0...3.5.3) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: com.mycila:license-maven-plugin dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.slf4j:slf4j-jdk14 dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: org.yaml:snakeyaml dependency-version: '2.4' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- core/pom.xml | 4 ++-- pom.xml | 10 +++++----- velocity/pom.xml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 03d0b527..937d97ca 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -140,7 +140,7 @@ org.slf4j slf4j-jdk14 - 2.0.13 + 2.0.17 @@ -154,7 +154,7 @@ org.yaml snakeyaml - 2.2 + 2.4 diff --git a/pom.xml b/pom.xml index 03d686bf..bb2f4414 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ maven-compiler-plugin - 3.13.0 + 3.14.0 @@ -106,7 +106,7 @@ com.mycila license-maven-plugin - 4.5 + 5.0.0 @@ -134,7 +134,7 @@ maven-checkstyle-plugin - 3.4.0 + 3.6.0 checkstyle.xml true @@ -145,7 +145,7 @@ com.puppycrawl.tools checkstyle - 10.17.0 + 10.23.0 @@ -162,7 +162,7 @@ maven-surefire-plugin - 3.3.0 + 3.5.3 diff --git a/velocity/pom.xml b/velocity/pom.xml index 69745f94..37d8d83b 100644 --- a/velocity/pom.xml +++ b/velocity/pom.xml @@ -179,7 +179,7 @@ org.mariadb.jdbc mariadb-java-client - 3.4.0 + 3.5.3