Skip to content

Commit 0fe27c4

Browse files
committed
Upgrade maven-compiler-plugin to 3.10.1
Closes: #101
1 parent e8c67a1 commit 0fe27c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-excel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-compiler-plugin</artifactId>
121-
<version>3.8.1</version>
121+
<version>3.10.1</version>
122122
<configuration>
123123
<source>${java.version}</source>
124124
<target>${java.version}</target>

0 commit comments

Comments
 (0)