Skip to content

Commit c9ecc86

Browse files
Merge pull request #531 from avaje/dependabot/maven/master/dependencies-528668a9f6
Bump the dependencies group with 3 updates
2 parents 19e54ed + 7fd6832 commit c9ecc86

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

http-client-moshi-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>com.squareup.moshi</groupId>
1414
<artifactId>moshi</artifactId>
15-
<version>1.15.1</version>
15+
<version>1.15.2</version>
1616
<optional>true</optional>
1717
</dependency>
1818

http-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>io.avaje</groupId>
3838
<artifactId>avaje-jsonb</artifactId>
39-
<version>2.3</version>
39+
<version>2.4</version>
4040
<optional>true</optional>
4141
</dependency>
4242

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>2.3</version>
77+
<version>2.4</version>
7878
</dependency>
7979

8080
<dependency>
8181
<groupId>io.avaje</groupId>
8282
<artifactId>avaje-jsonb-generator</artifactId>
83-
<version>2.3</version>
83+
<version>2.4</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>2.3</version>
77+
<version>2.4</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>2.3</version>
99+
<version>2.4</version>
100100
</dependency>
101101

102102
<dependency>

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>2.3</version>
91+
<version>2.4</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>2.3</version>
34+
<version>2.4</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>2.3</version>
88+
<version>2.4</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>2.3</version>
70+
<version>2.4</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>io.avaje</groupId>
7474
<artifactId>avaje-jsonb-generator</artifactId>
75-
<version>2.3</version>
75+
<version>2.4</version>
7676
<scope>provided</scope>
7777
</dependency>
7878

0 commit comments

Comments
 (0)