Skip to content

Commit

Permalink
chore(examples-todo-core): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorin committed Feb 20, 2024
1 parent c859267 commit a18b2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/todo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
<version>2.9.3</version>
<version>2.10.1</version>
<scope>provided</scope>
</dependency>
<!-- LOCAL -->
Expand All @@ -52,7 +52,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
Expand Down

0 comments on commit a18b2fc

Please sign in to comment.