Skip to content

Commit

Permalink
upped java version to 17 as this is the minimum required by spring3.
Browse files Browse the repository at this point in the history
  • Loading branch information
agoston committed Sep 7, 2024
1 parent 103154d commit cd4bd82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit cd4bd82

Please sign in to comment.