Skip to content

Commit abce336

Browse files
committed
⬆️ Update GraalVM, mongodb-driver-sync, Caffeine, and commons-codec versions [skip ci]
1 parent 4806c96 commit abce336

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
-->
3535
<mongodb.version>8.0</mongodb.version>
3636
<jdk.version>21</jdk.version>
37-
<graalvm.version>24.1.1</graalvm.version>
38-
<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.-->
37+
<graalvm.version>24.1.2</graalvm.version>
38+
<truffle.version>24.1.2</truffle.version> <!-- Truffle and Graal languages are compatible with the latest version of the GraalVM JDK as well as the latest LTS release.-->
3939
<!--
4040
mvn compile -DskipUpdateLicense=false add missing license headers
4141
Ref: https://www.mojohaus.org/license-maven-plugin/usage.html
@@ -205,7 +205,7 @@
205205
<dependency>
206206
<groupId>org.mongodb</groupId>
207207
<artifactId>mongodb-driver-sync</artifactId>
208-
<version>5.3.0</version>
208+
<version>5.3.1</version>
209209
</dependency>
210210
<dependency>
211211
<groupId>io.undertow</groupId>
@@ -225,7 +225,7 @@
225225
<dependency>
226226
<groupId>com.github.ben-manes.caffeine</groupId>
227227
<artifactId>caffeine</artifactId>
228-
<version>3.1.8</version>
228+
<version>3.2.0</version>
229229
</dependency>
230230
<dependency>
231231
<groupId>com.google.code.gson</groupId>
@@ -250,7 +250,7 @@
250250
<dependency>
251251
<groupId>commons-codec</groupId>
252252
<artifactId>commons-codec</artifactId>
253-
<version>1.17.2</version>
253+
<version>1.18.0</version>
254254
</dependency>
255255
<dependency>
256256
<groupId>commons-jxpath</groupId>

0 commit comments

Comments
 (0)