Skip to content

Commit bcb1893

Browse files
author
games647
authored
Merge pull request #1215 from games647/dependabot/maven/production-dependencies-8573e958dd
Bump the production-dependencies group across 1 directory with 10 updates
2 parents 5fb6308 + a33f53e commit bcb1893

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>
@@ -279,7 +279,7 @@
279279
<dependency>
280280
<groupId>me.clip</groupId>
281281
<artifactId>placeholderapi</artifactId>
282-
<version>2.11.5</version>
282+
<version>2.11.6</version>
283283
<scope>provided</scope>
284284
<optional>true</optional>
285285
<exclusions>
@@ -294,7 +294,7 @@
294294
<dependency>
295295
<groupId>fr.xephi</groupId>
296296
<artifactId>authme</artifactId>
297-
<version>5.6.0-beta2</version>
297+
<version>5.6.0</version>
298298
<scope>provided</scope>
299299
<optional>true</optional>
300300
<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)