Skip to content

Commit 3651c15

Browse files
authored
Merge pull request #26 from hyperdefined/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.11.0
Bump maven-compiler-plugin from 3.10.1 to 3.11.0
2 parents 701576d + aac7da8 commit 3651c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<plugin>
5858
<groupId>org.apache.maven.plugins</groupId>
5959
<artifactId>maven-compiler-plugin</artifactId>
60-
<version>3.10.1</version>
60+
<version>3.11.0</version>
6161
<configuration>
6262
<source>${java.version}</source>
6363
<target>${java.version}</target>

0 commit comments

Comments
 (0)