Skip to content

Commit 7122e34

Browse files
Merge pull request #594 from avaje/dependabot/maven/master/dependencies-b11dd642a1
Bump the dependencies group with 5 updates
2 parents ff64dcc + 8618fa1 commit 7122e34

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.avaje</groupId>
88
<artifactId>java11-oss</artifactId>
9-
<version>4.5</version>
9+
<version>5.1</version>
1010
</parent>
1111

1212
<groupId>io.avaje.aws</groupId>
@@ -23,14 +23,14 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-json-core</artifactId>
26-
<version>3.2</version>
26+
<version>3.3</version>
2727
</dependency>
2828

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

http-client/pom.xml

+2-2
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.2</version>
39+
<version>3.3</version>
4040
<optional>true</optional>
4141
</dependency>
4242

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

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.avaje</groupId>
66
<artifactId>java11-oss</artifactId>
7-
<version>4.5</version>
7+
<version>5.1</version>
88
</parent>
99

1010
<groupId>io.avaje</groupId>

tests/test-javalin-jsonb/pom.xml

+2-2
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.2</version>
77+
<version>3.3</version>
7878
</dependency>
7979

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

tests/test-jex/pom.xml

+2-2
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.2</version>
77+
<version>3.3</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.2</version>
143+
<version>3.3</version>
144144
</path>
145145
<path>
146146
<groupId>io.avaje</groupId>

tests/test-nima-htmx/pom.xml

+1-1
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.2</version>
91+
<version>3.3</version>
9292
</path>
9393
<path>
9494
<groupId>io.jstach</groupId>

tests/test-nima-jsonb/pom.xml

+2-2
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.2</version>
34+
<version>3.3</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>io.helidon.webserver</groupId>
@@ -91,7 +91,7 @@
9191
<path>
9292
<groupId>io.avaje</groupId>
9393
<artifactId>avaje-jsonb-generator</artifactId>
94-
<version>3.2</version>
94+
<version>3.3</version>
9595
</path>
9696
<path>
9797
<groupId>io.avaje</groupId>

tests/test-sigma/pom.xml

+2-2
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.2</version>
85+
<version>3.3</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>io.avaje</groupId>
8989
<artifactId>avaje-jsonb-generator</artifactId>
90-
<version>3.2</version>
90+
<version>3.3</version>
9191
<scope>provided</scope>
9292
</dependency>
9393

0 commit comments

Comments
 (0)