Update dependencies, target Java 10.

This commit is contained in:
Michael Bayne
2025-02-05 11:01:10 -08:00
parent 8bbdabe5d6
commit 702c2d697f
2 changed files with 7 additions and 8 deletions
+2 -3
View File
@@ -51,10 +51,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.13.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<release>10</release>
<fork>true</fork>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>