Skip to content

Commit

Permalink
⬆️ Update MongoDB version to 8.0 in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Jan 7, 2025
1 parent 1eb8f8c commit faf20f8
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 @@ -32,7 +32,7 @@
MongoDB default version to test with
mvn clean verify -Dmongodb.version="6.0" (to test with mongo:6.0 container)
-->
<mongodb.version>7.0</mongodb.version>
<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.-->
Expand Down

0 comments on commit faf20f8

Please sign in to comment.