From d5b9bc9c382efac4028eb0e781c9143358b447eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:05:43 +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.23.0` | `11.1.0` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.14.1` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.3` | `3.5.4` | | [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.4` | `2.5` | | [com.github.zigazajc007:Passky](https://github.com/zigazajc007/Passky) | `v3.0.0` | `v3.3.0` | | [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.6.0` | `3.6.1` | | [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.5.3` | `3.5.6` | Updates `com.puppycrawl.tools:checkstyle` from 10.23.0 to 11.1.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.23.0...checkstyle-11.1.0) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.1 - [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.1) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4) Updates `org.yaml:snakeyaml` from 2.4 to 2.5 - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.5..snakeyaml-2.4) Updates `com.github.zigazajc007:Passky` from v3.0.0 to v3.3.0 - [Release notes](https://github.com/zigazajc007/Passky/releases) - [Commits](https://github.com/zigazajc007/Passky/compare/v3.0.0...v3.3.0) Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.6.0...maven-shade-plugin-3.6.1) Updates `org.mariadb.jdbc:mariadb-java-client` from 3.5.3 to 3.5.6 - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/main/CHANGELOG.md) - [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.3...3.5.6) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 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.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: org.yaml:snakeyaml dependency-version: '2.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: com.github.zigazajc007:Passky dependency-version: v3.3.0 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- bukkit/pom.xml | 4 ++-- bungee/pom.xml | 2 +- core/pom.xml | 2 +- pom.xml | 6 +++--- velocity/pom.xml | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bukkit/pom.xml b/bukkit/pom.xml index fbd469303..a5a72250c 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -50,7 +50,7 @@ maven-shade-plugin - 3.6.0 + 3.6.1 false false @@ -351,7 +351,7 @@ com.github.zigazajc007 Passky - v3.0.0 + v3.3.0 provided true diff --git a/bungee/pom.xml b/bungee/pom.xml index 88bebc504..23336e07e 100644 --- a/bungee/pom.xml +++ b/bungee/pom.xml @@ -51,7 +51,7 @@ maven-shade-plugin - 3.6.0 + 3.6.1 true diff --git a/core/pom.xml b/core/pom.xml index 6780f2da3..14e3129f7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -154,7 +154,7 @@ org.yaml snakeyaml - 2.4 + 2.5 diff --git a/pom.xml b/pom.xml index 06b5fce4d..67939334f 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ maven-compiler-plugin - 3.14.0 + 3.14.1 @@ -145,7 +145,7 @@ com.puppycrawl.tools checkstyle - 10.23.0 + 11.1.0 @@ -162,7 +162,7 @@ maven-surefire-plugin - 3.5.3 + 3.5.4 diff --git a/velocity/pom.xml b/velocity/pom.xml index 01cb264c9..714cd75e0 100644 --- a/velocity/pom.xml +++ b/velocity/pom.xml @@ -66,7 +66,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + 3.14.1 @@ -78,7 +78,7 @@ maven-shade-plugin - 3.6.0 + 3.6.1 true @@ -183,7 +183,7 @@ org.mariadb.jdbc mariadb-java-client - 3.5.3 + 3.5.6