Skip to content

Commit ae6f0cc

Browse files
authored
Merge branch 'master' into deploy
2 parents 0303e15 + 830728e commit ae6f0cc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

blackbox-test-inject/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>io.avaje</groupId>
3131
<artifactId>avaje-jsonb</artifactId>
32-
<version>3.3</version>
32+
<version>3.4</version>
3333
</dependency>
3434

3535
<dependency>

inject-generator/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>io.avaje</groupId>
6868
<artifactId>avaje-http-api</artifactId>
69-
<version>3.2</version>
69+
<version>3.3</version>
7070
<optional>true</optional>
7171
</dependency>
7272

@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>io.avaje</groupId>
8383
<artifactId>avaje-http-client</artifactId>
84-
<version>3.2</version>
84+
<version>3.3</version>
8585
<scope>test</scope>
8686
</dependency>
8787

inject-test/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,28 +90,28 @@
9090
<dependency>
9191
<groupId>io.avaje</groupId>
9292
<artifactId>avaje-http-api</artifactId>
93-
<version>3.2</version>
93+
<version>3.3</version>
9494
<scope>test</scope>
9595
</dependency>
9696

9797
<dependency>
9898
<groupId>io.avaje</groupId>
9999
<artifactId>avaje-http-client</artifactId>
100-
<version>3.2</version>
100+
<version>3.3</version>
101101
<scope>test</scope>
102102
</dependency>
103103

104104
<dependency>
105105
<groupId>io.avaje</groupId>
106106
<artifactId>avaje-jex</artifactId>
107-
<version>3.1</version>
107+
<version>3.2</version>
108108
<scope>test</scope>
109109
</dependency>
110110

111111
<dependency>
112112
<groupId>io.avaje</groupId>
113113
<artifactId>avaje-jsonb</artifactId>
114-
<version>3.3</version>
114+
<version>3.4</version>
115115
<scope>test</scope>
116116
</dependency>
117117

0 commit comments

Comments
 (0)