Skip to content

Commit 533f894

Browse files
Merge pull request #639 from avaje/dependabot/maven/master/dependencies-68270d68d5
Bump the dependencies group with 5 updates
2 parents 450de74 + a1ad974 commit 533f894

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
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.6</version>
26+
<version>3.7</version>
2727
</dependency>
2828

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

http-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@
3030
<dependency>
3131
<groupId>com.fasterxml.jackson.core</groupId>
3232
<artifactId>jackson-databind</artifactId>
33-
<version>2.19.2</version>
33+
<version>2.20.0</version>
3434
<optional>true</optional>
3535
</dependency>
3636

3737
<dependency>
3838
<groupId>io.avaje</groupId>
3939
<artifactId>avaje-jsonb</artifactId>
40-
<version>3.6</version>
40+
<version>3.7</version>
4141
<optional>true</optional>
4242
</dependency>
4343

4444
<dependency>
4545
<groupId>io.avaje</groupId>
4646
<artifactId>avaje-json-node</artifactId>
47-
<version>3.6</version>
47+
<version>3.7</version>
4848
<scope>test</scope>
4949
</dependency>
5050

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<maven.deploy.skip>true</maven.deploy.skip>
1515
<junit.version>5.13.4</junit.version>
1616
<assertj.version>3.27.4</assertj.version>
17-
<jackson.version>2.19.2</jackson.version>
17+
<jackson.version>2.20.0</jackson.version>
1818
<jex.version>3.2</jex.version>
1919
<avaje-inject.version>11.6</avaje-inject.version>
2020
<helidon.version>4.2.6</helidon.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.6</version>
77+
<version>3.7</version>
7878
</dependency>
7979

8080
<dependency>
8181
<groupId>io.avaje</groupId>
8282
<artifactId>avaje-jsonb-generator</artifactId>
83-
<version>3.6</version>
83+
<version>3.7</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.6</version>
77+
<version>3.7</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.6</version>
143+
<version>3.7</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.6</version>
91+
<version>3.7</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.6</version>
47+
<version>3.7</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.6</version>
107+
<version>3.7</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
@@ -81,12 +81,12 @@
8181
<dependency>
8282
<groupId>io.avaje</groupId>
8383
<artifactId>avaje-jsonb</artifactId>
84-
<version>3.6</version>
84+
<version>3.7</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>io.avaje</groupId>
8888
<artifactId>avaje-jsonb-generator</artifactId>
89-
<version>3.6</version>
89+
<version>3.7</version>
9090
<scope>provided</scope>
9191
</dependency>
9292

0 commit comments

Comments
 (0)