From 57ef565cd1b9a1741489ec19f85cf9323cb798a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 19:37:40 +0000 Subject: [PATCH] Bump the production-dependencies group across 1 directory with 5 updates Bumps the production-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.23.0` | `11.0.1` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.14.0` | | [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.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.5.3` | `3.5.5` | Updates `com.puppycrawl.tools:checkstyle` from 10.23.0 to 11.0.1 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.23.0...checkstyle-11.0.1) 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 `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.mariadb.jdbc:mariadb-java-client` from 3.5.3 to 3.5.5 - [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.5) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 11.0.1 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.0 dependency-type: direct:production update-type: version-update:semver-minor 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.mariadb.jdbc:mariadb-java-client dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- bukkit/pom.xml | 2 +- core/pom.xml | 2 +- pom.xml | 2 +- velocity/pom.xml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bukkit/pom.xml b/bukkit/pom.xml index fbd46930..4f107961 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -351,7 +351,7 @@ com.github.zigazajc007 Passky - v3.0.0 + v3.3.0 provided true diff --git a/core/pom.xml b/core/pom.xml index 6780f2da..14e3129f 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 06b5fce4..cf738caf 100644 --- a/pom.xml +++ b/pom.xml @@ -145,7 +145,7 @@ com.puppycrawl.tools checkstyle - 10.23.0 + 11.0.1 diff --git a/velocity/pom.xml b/velocity/pom.xml index 01cb264c..e92692a6 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.0 @@ -183,7 +183,7 @@ org.mariadb.jdbc mariadb-java-client - 3.5.3 + 3.5.5