Skip to content

Commit eeddaec

Browse files
committed
Bump versions after release
1 parent 51392fb commit eeddaec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.15-SNAPSHOT</version>
12+
<version>1.16-SNAPSHOT</version>
1313

1414
<scm>
1515
<developerConnection>scm:git:git@github.com:avaje/avaje-http-client.git</developerConnection>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.avaje</groupId>
2929
<artifactId>avaje-http-client</artifactId>
30-
<version>1.15-SNAPSHOT</version>
30+
<version>1.16-SNAPSHOT</version>
3131
<scope>provided</scope>
3232
</dependency>
3333

@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>io.avaje</groupId>
3838
<artifactId>junit</artifactId>
39-
<version>1.0</version>
39+
<version>1.1</version>
4040
<scope>test</scope>
4141
</dependency>
4242

test/pom.xml

Lines changed: 2 additions & 2 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.15-SNAPSHOT</version>
19+
<version>1.16-SNAPSHOT</version>
2020
</dependency>
2121

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

2828
<dependency>

0 commit comments

Comments
 (0)