Skip to content

Commit

Permalink
⬆️ Update GraalVM and Truffle versions to 24.1.1 in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Jan 7, 2025
1 parent faf20f8 commit 332500b
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 @@ -34,8 +34,8 @@
-->
<mongodb.version>8.0</mongodb.version>
<jdk.version>21</jdk.version>
<graalvm.version>23.1.3</graalvm.version>
<truffle.version>24.1.0</truffle.version> <!-- Truffle and Graal languages are compatible with the latest version of the GraalVM JDK as well as the latest LTS release.-->
<graalvm.version>24.1.1</graalvm.version>
<truffle.version>24.1.1</truffle.version> <!-- Truffle and Graal languages are compatible with the latest version of the GraalVM JDK as well as the latest LTS release.-->
<!--
mvn compile -DskipUpdateLicense=false add missing license headers
Ref: https://www.mojohaus.org/license-maven-plugin/usage.html
Expand Down

0 comments on commit 332500b

Please sign in to comment.