Skip to content

Commit d700f26

Browse files
authored
Update pom.xml
1 parent d7b6b22 commit d700f26

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
<plugin>
2828
<artifactId>maven-compiler-plugin</artifactId>
2929
<configuration>
30-
<source>1.7</source>
31-
<target>1.7</target>
30+
<source>3.9.6</source>
31+
<target>3.9.6</target>
3232
</configuration>
3333
</plugin>
3434
<plugin>
3535
<groupId>org.apache.maven.plugins</groupId>
3636
<artifactId>maven-shade-plugin</artifactId>
37-
<version>2.4.1</version>
37+
<version>3.9.6</version>
3838
<executions>
3939
<execution>
4040
<phase>package</phase>

0 commit comments

Comments
 (0)