Skip to content

Commit 1a19a1a

Browse files
committed
Bump Gson dependency etc
1 parent 9c581fc commit 1a19a1a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gson-adapter/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<artifactId>java11-oss</artifactId>
66
<groupId>org.avaje</groupId>
7-
<version>3.3</version>
7+
<version>3.5</version>
88
</parent>
99

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-http-client-gson</artifactId>
12-
<version>1.14-SNAPSHOT</version>
12+
<version>1.15-SNAPSHOT</version>
1313

1414
<scm>
1515
<developerConnection>scm:git:git@github.com:avaje/avaje-http-client.git</developerConnection>
@@ -21,13 +21,13 @@
2121
<dependency>
2222
<groupId>com.google.code.gson</groupId>
2323
<artifactId>gson</artifactId>
24-
<version>2.8.9</version>
24+
<version>2.9.0</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>io.avaje</groupId>
2929
<artifactId>avaje-http-client</artifactId>
30-
<version>1.14-SNAPSHOT</version>
30+
<version>1.15-SNAPSHOT</version>
3131
<scope>provided</scope>
3232
</dependency>
3333

test/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
<dependency>
1717
<groupId>io.avaje</groupId>
1818
<artifactId>avaje-http-client</artifactId>
19-
<version>1.14-SNAPSHOT</version>
19+
<version>1.15-SNAPSHOT</version>
2020
</dependency>
2121

2222
<dependency>
2323
<groupId>io.avaje</groupId>
2424
<artifactId>avaje-http-client-gson</artifactId>
25-
<version>1.14-SNAPSHOT</version>
25+
<version>1.15-SNAPSHOT</version>
2626
</dependency>
2727

2828
<dependency>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.fasterxml.jackson.core</groupId>
3636
<artifactId>jackson-databind</artifactId>
37-
<version>2.12.5</version>
37+
<version>2.13.1</version>
3838
</dependency>
3939

4040
<dependency>

0 commit comments

Comments
 (0)