Skip to content

Commit

Permalink
Update Java version from 21 to 17 in pom.xml
Browse files Browse the repository at this point in the history
This change aligns the project with Java 17 to ensure compatibility and adhere to supported LTS versions. It helps maintain stability and avoids potential issues with newer, unsupported Java versions.
  • Loading branch information
waketraindev committed Dec 12, 2024
1 parent d0b6801 commit 3ddce8e
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 @@ -27,7 +27,7 @@
<url/>
</scm>
<properties>
<java.version>21</java.version>
<java.version>17</java.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 3ddce8e

Please sign in to comment.