Skip to content

Commit ee118c9

Browse files
committed
update test pom
1 parent 7e21cde commit ee118c9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gson-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
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.12</version>
12+
<version>1.13-SNAPSHOT</version>
1313

1414
<scm>
1515
<developerConnection>scm:git:[email protected]:avaje/avaje-http-client.git</developerConnection>

test/pom.xml

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

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

2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-http-api</artifactId>
31-
<version>1.7</version>
31+
<version>1.12</version>
3232
</dependency>
3333

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

4040
<dependency>
41-
<groupId>org.avaje.composite</groupId>
41+
<groupId>io.avaje</groupId>
4242
<artifactId>junit</artifactId>
43-
<version>5.0</version>
43+
<version>1.0</version>
4444
<scope>test</scope>
4545
</dependency>
4646

0 commit comments

Comments
 (0)