Skip to content

Commit 03ede3c

Browse files
committed
Update to avaje-jsonb version 3.0
1 parent d7d8c5d commit 03ede3c

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
<dependency>
1818
<groupId>io.avaje</groupId>
1919
<artifactId>avaje-http-client</artifactId>
20-
<version>2.8</version>
20+
<version>3.0-RC2</version>
2121
</dependency>
2222

2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-json-core</artifactId>
26-
<version>3.0-RC7</version>
26+
<version>3.0</version>
2727
</dependency>
2828

2929
<!-- test dependencies -->
3030
<dependency>
3131
<groupId>io.avaje</groupId>
3232
<artifactId>avaje-json-node</artifactId>
33-
<version>3.0-RC7</version>
33+
<version>3.0</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.0-RC7</version>
39+
<version>3.0</version>
4040
<optional>true</optional>
4141
</dependency>
4242

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

tests/test-javalin-jsonb/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
<groupId>io.swagger.core.v3</groupId>
5454
<artifactId>swagger-annotations</artifactId>
5555
<version>${swagger.version}</version>
56-
</dependency>
57-
56+
</dependency>
57+
5858
<!-- java annotation processors -->
5959

6060
<dependency>
@@ -74,16 +74,16 @@
7474
<dependency>
7575
<groupId>io.avaje</groupId>
7676
<artifactId>avaje-jsonb</artifactId>
77-
<version>3.0-RC6</version>
77+
<version>3.0</version>
7878
</dependency>
7979

8080
<dependency>
8181
<groupId>io.avaje</groupId>
8282
<artifactId>avaje-jsonb-generator</artifactId>
83-
<version>3.0-RC5</version>
83+
<version>3.0</version>
8484
<scope>provided</scope>
8585
</dependency>
86-
86+
8787
<!-- test dependencies -->
8888
<dependency>
8989
<groupId>io.avaje</groupId>

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.0-RC6</version>
77+
<version>3.0</version>
7878
</dependency>
7979

8080
<!-- java annotation processors -->
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>io.avaje</groupId>
9898
<artifactId>avaje-jsonb-generator</artifactId>
99-
<version>3.0-RC5</version>
99+
<version>3.0</version>
100100
</dependency>
101101

102102
<dependency>

tests/test-nima-htmx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<artifactId>avaje-nima</artifactId>
5050
<version>1.1</version>
5151
</dependency>
52-
52+
5353
<dependency>
5454
<groupId>io.avaje</groupId>
5555
<artifactId>avaje-http-helidon-generator</artifactId>
@@ -88,7 +88,7 @@
8888
<path>
8989
<groupId>io.avaje</groupId>
9090
<artifactId>avaje-jsonb-generator</artifactId>
91-
<version>2.4</version>
91+
<version>3.0</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
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>io.avaje</groupId>
3333
<artifactId>avaje-jsonb</artifactId>
34-
<version>3.0-RC6</version>
34+
<version>3.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>io.helidon.webserver</groupId>
@@ -85,7 +85,7 @@
8585
<path>
8686
<groupId>io.avaje</groupId>
8787
<artifactId>avaje-jsonb-generator</artifactId>
88-
<version>3.0-RC2</version>
88+
<version>3.0</version>
8989
</path>
9090
<path>
9191
<groupId>io.avaje</groupId>

tests/test-sigma/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767
<dependency>
6868
<groupId>io.avaje</groupId>
6969
<artifactId>avaje-jsonb</artifactId>
70-
<version>3.0-RC6</version>
70+
<version>3.0</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>io.avaje</groupId>
7474
<artifactId>avaje-jsonb-generator</artifactId>
75-
<version>3.0-RC5</version>
75+
<version>3.0</version>
7676
<scope>provided</scope>
7777
</dependency>
7878

0 commit comments

Comments
 (0)