Skip to content

Commit f2c6663

Browse files
committed
Dependency updates
1 parent f2c049f commit f2c6663

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

convex-restapi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<json.simple.version>1.1.1</json.simple.version>
19-
<javalin.version>6.2.0</javalin.version>
19+
<javalin.version>6.3.0</javalin.version>
2020
</properties>
2121

2222
<build>
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>com.fasterxml.jackson.core</groupId>
108108
<artifactId>jackson-core</artifactId>
109-
<version>2.16.1</version>
109+
<version>2.17.2</version>
110110
</dependency>
111111

112112
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<maven.compiler.source>21</maven.compiler.source>
3030
<maven.compiler.target>21</maven.compiler.target>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
32-
<logback.version>1.5.6</logback.version>
32+
<logback.version>1.5.7</logback.version>
3333
<jmh.version>1.37</jmh.version>
34-
<junit.version>5.10.2</junit.version>
34+
<junit.version>5.11.0</junit.version>
3535
<slf4j.version>2.0.13</slf4j.version>
3636
<hc.version>5.3</hc.version>
3737
<convex.version>${project.version}</convex.version>

0 commit comments

Comments
 (0)