Skip to content

Commit 0420ebb

Browse files
committed
Bump integration test dependencies
1 parent 4311ad5 commit 0420ebb

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

test/pom.xml

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

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

2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-http-api</artifactId>
31-
<version>1.0</version>
31+
<version>1.2</version>
32+
</dependency>
33+
34+
<dependency>
35+
<groupId>com.fasterxml.jackson.core</groupId>
36+
<artifactId>jackson-databind</artifactId>
37+
<version>2.11.1</version>
3238
</dependency>
3339

3440
<dependency>

test/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import example.github.SimpleHttpClient;
22

3-
module test {
3+
open module test {
44

55
requires io.avaje.http.client;
66
requires com.fasterxml.jackson.databind;

0 commit comments

Comments
 (0)