Skip to content

Commit 128eb87

Browse files
authored
Merge pull request #11 from hyperdefined/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.10.1
Bump maven-compiler-plugin from 3.10.0 to 3.10.1
2 parents b9290bc + 02ccf53 commit 128eb87

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.0</version>
54+
<version>3.10.1</version>
5555
<configuration>
5656
<source>${java.version}</source>
5757
<target>${java.version}</target>

0 commit comments

Comments
 (0)