Skip to content

Commit 014984a

Browse files
authored
Merge pull request #94 from HaHaWTH/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.14.0
chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0
2 parents 90af8b8 + 436b229 commit 014984a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bukkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-compiler-plugin</artifactId>
96-
<version>3.13.0</version>
96+
<version>3.14.0</version>
9797
<executions>
9898
<execution>
9999
<id>compile</id>

bungee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<plugin>
2828
<groupId>org.apache.maven.plugins</groupId>
2929
<artifactId>maven-compiler-plugin</artifactId>
30-
<version>3.13.0</version>
30+
<version>3.14.0</version>
3131
<configuration>
3232
<source>${java.version}</source>
3333
<target>${java.version}</target>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-compiler-plugin</artifactId>
46-
<version>3.13.0</version>
46+
<version>3.14.0</version>
4747
<executions>
4848
<execution>
4949
<id>compile</id>

velocity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<plugin>
2828
<groupId>org.apache.maven.plugins</groupId>
2929
<artifactId>maven-compiler-plugin</artifactId>
30-
<version>3.13.0</version>
30+
<version>3.14.0</version>
3131
<executions>
3232
<execution>
3333
<id>compile</id>

0 commit comments

Comments
 (0)