Skip to content

Commit

Permalink
Adopt java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanBorislavovDimitrov committed Apr 1, 2024
1 parent 2c7a021 commit 82df725
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.13.0</version>
<configuration>
<source>11</source>
<target>11</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-jar-plugin -->
Expand All @@ -95,7 +95,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.5</version>
<configuration>
<!-- Surefire excludes nested classes by default, so we need to explicitly specify that nothing should
be excluded. -->
Expand Down

0 comments on commit 82df725

Please sign in to comment.