Skip to content

Commit 0154083

Browse files
committed
Bump test dependencies
1 parent e345793 commit 0154083

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

client/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>
3434
<artifactId>jackson-databind</artifactId>
35-
<version>2.13.3</version>
35+
<version>2.14.1</version>
3636
<optional>true</optional>
3737
</dependency>
3838

3939
<dependency>
4040
<groupId>io.avaje</groupId>
4141
<artifactId>avaje-jsonb</artifactId>
42-
<version>1.1-RC2</version>
42+
<version>1.1-RC3</version>
4343
<optional>true</optional>
4444
</dependency>
4545

gson-adapter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.google.code.gson</groupId>
2424
<artifactId>gson</artifactId>
25-
<version>2.9.0</version>
25+
<version>2.10</version>
2626
</dependency>
2727

2828
<dependency>

test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-http-api</artifactId>
31-
<version>1.16</version>
31+
<version>1.20</version>
3232
</dependency>
3333

3434
<dependency>
3535
<groupId>com.fasterxml.jackson.core</groupId>
3636
<artifactId>jackson-databind</artifactId>
37-
<version>2.13.3</version>
37+
<version>2.14.1</version>
3838
</dependency>
3939

4040
<dependency>

0 commit comments

Comments
 (0)