Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Aug 27, 2024
1 parent f2c049f commit f2c6663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions convex-restapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<json.simple.version>1.1.1</json.simple.version>
<javalin.version>6.2.0</javalin.version>
<javalin.version>6.3.0</javalin.version>
</properties>

<build>
Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.1</version>
<version>2.17.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<logback.version>1.5.6</logback.version>
<logback.version>1.5.7</logback.version>
<jmh.version>1.37</jmh.version>
<junit.version>5.10.2</junit.version>
<junit.version>5.11.0</junit.version>
<slf4j.version>2.0.13</slf4j.version>
<hc.version>5.3</hc.version>
<convex.version>${project.version}</convex.version>
Expand Down

0 comments on commit f2c6663

Please sign in to comment.