Skip to content

Commit a33f53e

Browse files
Bump the production-dependencies group across 1 directory with 10 updates
Bumps the production-dependencies group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.16.0` | `10.17.0` | | [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.32` | `1.18.34` | | [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) | `4.4` | `4.5` | | [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) | `3.3.1` | `3.4.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.3.0` | | [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.4.1` | `3.4.2` | | me.clip:placeholderapi | `2.11.5` | `2.11.6` | | [fr.xephi:authme](https://github.com/AuthMe/AuthMeReloaded) | `5.6.0-beta2` | `5.6.0` | | [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.5.3` | `3.6.0` | | [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.3.3` | `3.4.0` | Updates `com.puppycrawl.tools:checkstyle` from 10.16.0 to 10.17.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.16.0...checkstyle-10.17.0) Updates `org.projectlombok:lombok` from 1.18.32 to 1.18.34 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.32...v1.18.34) Updates `com.mycila:license-maven-plugin` from 4.4 to 4.5 - [Commits](mathieucarbou/license-maven-plugin@license-maven-plugin-4.4...license-maven-plugin-4.5) Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.3.1 to 3.4.0 - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.4.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.3.0) Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.1...maven-jar-plugin-3.4.2) Updates `me.clip:placeholderapi` from 2.11.5 to 2.11.6 Updates `fr.xephi:authme` from 5.6.0-beta2 to 5.6.0 - [Release notes](https://github.com/AuthMe/AuthMeReloaded/releases) - [Commits](AuthMe/AuthMeReloaded@5.6.0-beta2...5.6.0) Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.3 to 3.6.0 - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.3...maven-shade-plugin-3.6.0) Updates `org.mariadb.jdbc:mariadb-java-client` from 3.3.3 to 3.4.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](mariadb-corporation/mariadb-connector-j@3.3.3...3.4.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: 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.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: me.clip:placeholderapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: fr.xephi:authme dependency-type: direct:production update-type: version-update:semver-patch 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] <[email protected]>
1 parent 829c70a commit a33f53e

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

bukkit/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<plugins>
5151
<plugin>
5252
<artifactId>maven-shade-plugin</artifactId>
53-
<version>3.5.3</version>
53+
<version>3.6.0</version>
5454
<configuration>
5555
<createDependencyReducedPom>false</createDependencyReducedPom>
5656
<shadedArtifactAttached>false</shadedArtifactAttached>
@@ -282,7 +282,7 @@
282282
<dependency>
283283
<groupId>me.clip</groupId>
284284
<artifactId>placeholderapi</artifactId>
285-
<version>2.11.5</version>
285+
<version>2.11.6</version>
286286
<scope>provided</scope>
287287
<optional>true</optional>
288288
<exclusions>
@@ -297,7 +297,7 @@
297297
<dependency>
298298
<groupId>fr.xephi</groupId>
299299
<artifactId>authme</artifactId>
300-
<version>5.6.0-beta2</version>
300+
<version>5.6.0</version>
301301
<scope>provided</scope>
302302
<optional>true</optional>
303303
<exclusions>

bungee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugins>
5252
<plugin>
5353
<artifactId>maven-shade-plugin</artifactId>
54-
<version>3.5.3</version>
54+
<version>3.6.0</version>
5555
<configuration>
5656
<minimizeJar>true</minimizeJar>
5757

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
7575
<artifactId>maven-jar-plugin</artifactId>
76-
<version>3.4.1</version>
76+
<version>3.4.2</version>
7777
<configuration>
7878
<archive>
7979
<manifestEntries>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<maven.compiler.release>8</maven.compiler.release>
5252

53-
<lombook.version>1.18.32</lombook.version>
53+
<lombook.version>1.18.34</lombook.version>
5454

5555
<floodgate.version>2.2.3-SNAPSHOT</floodgate.version>
5656
<geyser.version>2.2.1-SNAPSHOT</geyser.version>
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>com.mycila</groupId>
108108
<artifactId>license-maven-plugin</artifactId>
109-
<version>4.4</version>
109+
<version>4.5</version>
110110
<configuration>
111111
<licenseSets>
112112
<licenseSet>
@@ -134,7 +134,7 @@
134134
</plugin>
135135
<plugin>
136136
<artifactId>maven-checkstyle-plugin</artifactId>
137-
<version>3.3.1</version>
137+
<version>3.4.0</version>
138138
<configuration>
139139
<configLocation>checkstyle.xml</configLocation>
140140
<consoleOutput>true</consoleOutput>
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>com.puppycrawl.tools</groupId>
147147
<artifactId>checkstyle</artifactId>
148-
<version>10.16.0</version>
148+
<version>10.17.0</version>
149149
</dependency>
150150
</dependencies>
151151
<executions>
@@ -162,7 +162,7 @@
162162
<!-- Require newer versions for Junit5 support -->
163163
<plugin>
164164
<artifactId>maven-surefire-plugin</artifactId>
165-
<version>3.2.5</version>
165+
<version>3.3.0</version>
166166
<configuration>
167167
<!-- Work-around to make multi-release classes discoverable
168168
https://issues.apache.org/jira/browse/SUREFIRE-1731 -->
@@ -179,7 +179,7 @@
179179

180180
<plugin>
181181
<artifactId>maven-jar-plugin</artifactId>
182-
<version>3.4.1</version>
182+
<version>3.4.2</version>
183183
<!-- Explicitly enable multi-release for the scheduler,
184184
because detection from class shading doesn't work -->
185185
<executions>

velocity/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</plugin>
6565
<plugin>
6666
<artifactId>maven-shade-plugin</artifactId>
67-
<version>3.5.3</version>
67+
<version>3.6.0</version>
6868
<configuration>
6969
<minimizeJar>true</minimizeJar>
7070

@@ -179,7 +179,7 @@
179179
<dependency>
180180
<groupId>org.mariadb.jdbc</groupId>
181181
<artifactId>mariadb-java-client</artifactId>
182-
<version>3.3.3</version>
182+
<version>3.4.0</version>
183183
<exclusions>
184184
<!-- Exclude JNA implementation for WAFFLE - Windows Authentication Framework (mariadb)-->
185185
<exclusion>

0 commit comments

Comments
 (0)