Skip to content

Commit 62b2537

Browse files
authored
Merge branch 'master' into feature/helidon-list-queryParams
2 parents d2db94b + 12c9e05 commit 62b2537

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

aws-cognito/http-client-authtoken/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-json-core</artifactId>
26-
<version>3.4</version>
26+
<version>3.5</version>
2727
</dependency>
2828

2929
<!-- test dependencies -->
3030
<dependency>
3131
<groupId>io.avaje</groupId>
3232
<artifactId>avaje-json-node</artifactId>
33-
<version>3.4</version>
33+
<version>3.5</version>
3434
<scope>test</scope>
3535
</dependency>
3636

http-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
<dependency>
3737
<groupId>io.avaje</groupId>
3838
<artifactId>avaje-jsonb</artifactId>
39-
<version>3.4</version>
39+
<version>3.5</version>
4040
<optional>true</optional>
4141
</dependency>
4242

4343
<dependency>
4444
<groupId>io.avaje</groupId>
4545
<artifactId>avaje-json-node</artifactId>
46-
<version>3.4</version>
46+
<version>3.5</version>
4747
<scope>test</scope>
4848
</dependency>
4949

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<properties>
1414
<maven.deploy.skip>true</maven.deploy.skip>
15-
<junit.version>5.12.2</junit.version>
15+
<junit.version>5.13.0</junit.version>
1616
<assertj.version>3.27.3</assertj.version>
1717
<jackson.version>2.19.0</jackson.version>
1818
<jex.version>3.2</jex.version>

tests/test-javalin-jsonb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
<dependency>
7575
<groupId>io.avaje</groupId>
7676
<artifactId>avaje-jsonb</artifactId>
77-
<version>3.4</version>
77+
<version>3.5</version>
7878
</dependency>
7979

8080
<dependency>
8181
<groupId>io.avaje</groupId>
8282
<artifactId>avaje-jsonb-generator</artifactId>
83-
<version>3.4</version>
83+
<version>3.5</version>
8484
<scope>provided</scope>
8585
</dependency>
8686

tests/test-jex/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>io.avaje</groupId>
7676
<artifactId>avaje-jsonb</artifactId>
77-
<version>3.4</version>
77+
<version>3.5</version>
7878
</dependency>
7979

8080
<!-- java annotation processors -->
@@ -140,7 +140,7 @@
140140
<path>
141141
<groupId>io.avaje</groupId>
142142
<artifactId>avaje-jsonb-generator</artifactId>
143-
<version>3.4</version>
143+
<version>3.5</version>
144144
</path>
145145
<path>
146146
<groupId>io.avaje</groupId>

tests/test-nima-htmx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<path>
8989
<groupId>io.avaje</groupId>
9090
<artifactId>avaje-jsonb-generator</artifactId>
91-
<version>3.4</version>
91+
<version>3.5</version>
9292
</path>
9393
<path>
9494
<groupId>io.jstach</groupId>

tests/test-nima-jsonb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>io.avaje</groupId>
4646
<artifactId>avaje-jsonb</artifactId>
47-
<version>3.4</version>
47+
<version>3.5</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>io.helidon.webserver</groupId>
@@ -104,7 +104,7 @@
104104
<path>
105105
<groupId>io.avaje</groupId>
106106
<artifactId>avaje-jsonb-generator</artifactId>
107-
<version>3.4</version>
107+
<version>3.5</version>
108108
</path>
109109
<path>
110110
<groupId>io.avaje</groupId>

tests/test-sigma/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@
8282
<dependency>
8383
<groupId>io.avaje</groupId>
8484
<artifactId>avaje-jsonb</artifactId>
85-
<version>3.4</version>
85+
<version>3.5</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>io.avaje</groupId>
8989
<artifactId>avaje-jsonb-generator</artifactId>
90-
<version>3.4</version>
90+
<version>3.5</version>
9191
<scope>provided</scope>
9292
</dependency>
9393

0 commit comments

Comments
 (0)