Skip to content

Commit

Permalink
Test dependency bump avaje-jsonb
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-bygrave committed Oct 16, 2023
1 parent 9611f5f commit 355edee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/test-javalin-jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,16 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb</artifactId>
<version>1.8</version>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-generator</artifactId>
<version>1.4</version>
<version>1.8</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 355edee

Please sign in to comment.