Skip to content

Commit 3f2ba1b

Browse files
authored
Merge pull request #23 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 48ea16f + def2316 commit 3f2ba1b

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
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-compiler-plugin</artifactId>
54-
<version>3.10.1</version>
54+
<version>3.11.0</version>
5555
<configuration>
5656
<source>${java.version}</source>
5757
<target>${java.version}</target>

0 commit comments

Comments
 (0)