Version updates

This commit is contained in:
Joachim Lusiardi 2023-05-27 20:48:40 +02:00
parent 41387b6cef
commit 4cf3ef6ac9
1 changed files with 5 additions and 5 deletions

10
pom.xml
View File

@ -18,8 +18,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
@ -49,13 +49,13 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>2.11</version>
<version>2.14.6</version>
</dependency>
</dependencies>
<repositories>
@ -65,4 +65,4 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<url>http://jline.sourceforge.net/m2repo</url>
</repository>
</repositories>
</project>
</project>