Skip to content

Commit cb68e84

Browse files
authored
Upgrade Dependencies Version (#449)
1 parent d20456b commit cb68e84

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,12 @@
268268
<artifactId>spotless-maven-plugin</artifactId>
269269
<version>${spotless.version}</version>
270270
</dependency>
271+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-war-plugin -->
272+
<dependency>
273+
<groupId>org.apache.maven.plugins</groupId>
274+
<artifactId>maven-war-plugin</artifactId>
275+
<version>3.4.0</version>
276+
</dependency>
271277
</dependencies>
272278
<pluginRepositories>
273279
<pluginRepository>
@@ -321,7 +327,7 @@
321327
<plugin>
322328
<groupId>org.apache.maven.plugins</groupId>
323329
<artifactId>maven-compiler-plugin</artifactId>
324-
<version>3.8.0</version>
330+
<version>3.11.0</version>
325331
<configuration>
326332
<showWarnings>true</showWarnings>
327333
<compilerArgs>

0 commit comments

Comments
 (0)