Skip to content

Commit 093c2d1

Browse files
Merge pull request #558 from data-integrations/upgrade-maven-compiler-plugin
upgrade maven compiler plugin
2 parents cd9c0a6 + 4418c08 commit 093c2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
<plugin>
390390
<groupId>org.apache.maven.plugins</groupId>
391391
<artifactId>maven-compiler-plugin</artifactId>
392-
<version>3.7.0</version>
392+
<version>3.13.0</version>
393393
<configuration>
394394
<source>1.8</source>
395395
<target>1.8</target>

0 commit comments

Comments
 (0)