Skip to content

Commit

Permalink
Update allowed java versions in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes authored Jan 19, 2024
1 parent f35a324 commit 2e8dae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<configuration>
<rules>
<requireJavaVersion>
<version>[1.8.0-0, 1.8.0-392]</version>
<version>[1.8.0-0, 1.8.0-392, 1.8.0-402]</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 2e8dae2

Please sign in to comment.