From 6d19de3a83e50cfc827b0b5de175cf0a9059a3c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:09:50 +0000 Subject: [PATCH] Bump the production-dependencies group across 1 directory with 7 updates Bumps the production-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.17.0` | `10.18.2` | | [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) | `4.5` | `4.6` | | [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) | `3.4.0` | `3.5.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.3.0` | `3.5.0` | | org.slf4j:slf4j-jdk14 | `2.0.13` | `2.0.16` | | [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.2` | `2.3` | | [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.4.0` | `3.4.1` | Updates `com.puppycrawl.tools:checkstyle` from 10.17.0 to 10.18.2 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.17.0...checkstyle-10.18.2) Updates `com.mycila:license-maven-plugin` from 4.5 to 4.6 - [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases) - [Commits](https://github.com/mathieucarbou/license-maven-plugin/compare/license-maven-plugin-4.5...license-maven-plugin-4.6) Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.4.0 to 3.5.0 - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.4.0...maven-checkstyle-plugin-3.5.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.5.0) Updates `org.slf4j:slf4j-jdk14` from 2.0.13 to 2.0.16 Updates `org.yaml:snakeyaml` from 2.2 to 2.3 - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.2) Updates `org.mariadb.jdbc:mariadb-java-client` from 3.4.0 to 3.4.1 - [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.4.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: com.mycila:license-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.slf4j:slf4j-jdk14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- core/pom.xml | 4 ++-- pom.xml | 8 ++++---- velocity/pom.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 8cf3cc525..211ba6a92 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -140,7 +140,7 @@ org.slf4j slf4j-jdk14 - 2.0.13 + 2.0.16 @@ -154,7 +154,7 @@ org.yaml snakeyaml - 2.2 + 2.3 diff --git a/pom.xml b/pom.xml index ad2e1a704..2d2e0f1a2 100644 --- a/pom.xml +++ b/pom.xml @@ -106,7 +106,7 @@ com.mycila license-maven-plugin - 4.5 + 4.6 @@ -134,7 +134,7 @@ maven-checkstyle-plugin - 3.4.0 + 3.5.0 checkstyle.xml true @@ -145,7 +145,7 @@ com.puppycrawl.tools checkstyle - 10.17.0 + 10.18.2 @@ -162,7 +162,7 @@ maven-surefire-plugin - 3.3.0 + 3.5.0 diff --git a/velocity/pom.xml b/velocity/pom.xml index 69745f945..09cb667a7 100644 --- a/velocity/pom.xml +++ b/velocity/pom.xml @@ -179,7 +179,7 @@ org.mariadb.jdbc mariadb-java-client - 3.4.0 + 3.4.1