Skip to content

Commit 5521bd5

Browse files
Bump the production-dependencies group with 4 updates
Bumps the production-dependencies group with 4 updates: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle), [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin), com.github.zigazajc007:Passky and [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j). Updates `com.puppycrawl.tools:checkstyle` from 10.23.0 to 10.26.1 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.23.0...checkstyle-10.26.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](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) Updates `com.github.zigazajc007:Passky` from v3.0.0 to v3.1.0 Updates `org.mariadb.jdbc:mariadb-java-client` from 3.5.3 to 3.5.4 - [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/commits) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.26.1 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.github.zigazajc007:Passky dependency-version: v3.1.0 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65a379c commit 5521bd5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

bukkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
<dependency>
352352
<groupId>com.github.zigazajc007</groupId>
353353
<artifactId>Passky</artifactId>
354-
<version>v3.0.0</version>
354+
<version>v3.1.0</version>
355355
<scope>provided</scope>
356356
<optional>true</optional>
357357

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>com.puppycrawl.tools</groupId>
147147
<artifactId>checkstyle</artifactId>
148-
<version>10.23.0</version>
148+
<version>10.26.1</version>
149149
</dependency>
150150
</dependencies>
151151
<executions>

velocity/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<plugin>
6767
<groupId>org.apache.maven.plugins</groupId>
6868
<artifactId>maven-compiler-plugin</artifactId>
69-
<version>3.13.0</version>
69+
<version>3.14.0</version>
7070
<configuration>
7171
<annotationProcessors>
7272
<annotationProcessor>
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>org.mariadb.jdbc</groupId>
185185
<artifactId>mariadb-java-client</artifactId>
186-
<version>3.5.3</version>
186+
<version>3.5.4</version>
187187
<exclusions>
188188
<!-- Exclude JNA implementation for WAFFLE - Windows Authentication Framework (mariadb)-->
189189
<exclusion>

0 commit comments

Comments
 (0)