From 3559d067ada3b9d544a47e59925c99612325d804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:53:12 +0000 Subject: [PATCH] Bump the production-dependencies group with 7 updates Bumps the production-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.9.3` | `10.12.3` | | [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.26` | `1.18.28` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `2.22.2` | `3.1.2` | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.10` | `2.10.1` | | com.lenis0012.bukkit:loginsecurity | `3.1.1` | `3.2.1` | | [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.4.1` | `3.5.0` | | [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.1.4` | `3.2.0` | Updates `com.puppycrawl.tools:checkstyle` from 10.9.3 to 10.12.3 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.9.3...checkstyle-10.12.3) Updates `org.projectlombok:lombok` from 1.18.26 to 1.18.28 - [Release notes](https://github.com/projectlombok/lombok/releases) - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.26...v1.18.28) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 2.22.2 to 3.1.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.2...surefire-3.1.2) Updates `com.google.code.gson:gson` from 2.10 to 2.10.1 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.10...gson-parent-2.10.1) Updates `com.lenis0012.bukkit:loginsecurity` from 3.1.1 to 3.2.1 Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.4.1 to 3.5.0 - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.1...maven-shade-plugin-3.5.0) Updates `org.mariadb.jdbc:mariadb-java-client` from 3.1.4 to 3.2.0 - [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.1.4...3.2.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: com.lenis0012.bukkit:loginsecurity dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.apache.maven.plugins:maven-shade-plugin 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-minor 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 | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bukkit/pom.xml b/bukkit/pom.xml index 56533ef1..00fc512a 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -50,7 +50,7 @@ maven-shade-plugin - 3.4.1 + 3.5.0 false false @@ -307,7 +307,7 @@ com.lenis0012.bukkit loginsecurity - 3.1.1 + 3.2.1 provided true diff --git a/bungee/pom.xml b/bungee/pom.xml index 7ed9fb0c..d94d4304 100644 --- a/bungee/pom.xml +++ b/bungee/pom.xml @@ -47,7 +47,7 @@ maven-shade-plugin - 3.4.1 + 3.5.0 true diff --git a/core/pom.xml b/core/pom.xml index a77762c1..4059b791 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -178,7 +178,7 @@ com.google.code.gson gson - 2.10 + 2.10.1 diff --git a/pom.xml b/pom.xml index 68a6b399..74226093 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,7 @@ com.puppycrawl.tools checkstyle - 10.9.3 + 10.12.3 @@ -158,7 +158,7 @@ maven-surefire-plugin - 2.22.2 + 3.1.2 @@ -187,7 +187,7 @@ org.projectlombok lombok - 1.18.26 + 1.18.28 provided diff --git a/velocity/pom.xml b/velocity/pom.xml index 4d89bb6c..bd568b24 100644 --- a/velocity/pom.xml +++ b/velocity/pom.xml @@ -67,7 +67,7 @@ maven-shade-plugin - 3.4.1 + 3.5.0 true @@ -155,7 +155,7 @@ org.mariadb.jdbc mariadb-java-client - 3.1.4 + 3.2.0