Skip to content

Commit 4ff1bca

Browse files
committed
Update dependencies
1 parent 468d2c8 commit 4ff1bca

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

client/pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<groupId>org.avaje</groupId>
66
<artifactId>java11-oss</artifactId>
77
<version>3.8</version>
8+
<relativePath/>
89
</parent>
910

1011
<groupId>io.avaje</groupId>
@@ -21,7 +22,7 @@
2122
<dependency>
2223
<groupId>com.fasterxml.jackson.core</groupId>
2324
<artifactId>jackson-databind</artifactId>
24-
<version>2.13.1</version>
25+
<version>2.13.3</version>
2526
<optional>true</optional>
2627
</dependency>
2728

@@ -58,21 +59,21 @@
5859
<dependency>
5960
<groupId>io.avaje</groupId>
6061
<artifactId>avaje-inject</artifactId>
61-
<version>6.12</version>
62+
<version>8.3</version>
6263
<scope>test</scope>
6364
</dependency>
6465

6566
<dependency>
6667
<groupId>io.avaje</groupId>
6768
<artifactId>avaje-http-api</artifactId>
68-
<version>1.12</version>
69+
<version>1.16</version>
6970
<scope>test</scope>
7071
</dependency>
7172

7273
<dependency>
7374
<groupId>io.avaje</groupId>
7475
<artifactId>avaje-http-hibernate-validator</artifactId>
75-
<version>2.6</version>
76+
<version>2.8</version>
7677
<scope>test</scope>
7778
</dependency>
7879

@@ -88,7 +89,7 @@
8889
<dependency>
8990
<groupId>io.avaje</groupId>
9091
<artifactId>avaje-inject-generator</artifactId>
91-
<version>6.12</version>
92+
<version>8.3</version>
9293
<scope>test</scope>
9394
</dependency>
9495

gson-adapter/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<groupId>org.avaje</groupId>
66
<artifactId>java11-oss</artifactId>
77
<version>3.8</version>
8+
<relativePath/>
89
</parent>
910

1011
<groupId>io.avaje</groupId>

test/pom.xml

Lines changed: 2 additions & 2 deletions
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.12</version>
31+
<version>1.16</version>
3232
</dependency>
3333

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

4040
<dependency>

0 commit comments

Comments
 (0)