Skip to content

Commit 4ff2469

Browse files
committed
Bump version to 1.8, Gson to version 2.8.7
1 parent 834ce8f commit 4ff2469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gson-adapter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-http-client-gson</artifactId>
12-
<version>1.9</version>
12+
<version>1.8</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.6</version>
24+
<version>2.8.7</version>
2525
</dependency>
2626

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

0 commit comments

Comments
 (0)