Skip to content

Commit 759ec3f

Browse files
Merge pull request #508 from avaje/dependabot/maven/master/dependencies-369bbb0362
Bump the dependencies group with 5 updates
2 parents b0285a2 + e2b8aab commit 759ec3f

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

htmx-nima-jstache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>io.avaje</groupId>
4848
<artifactId>avaje-spi-service</artifactId>
49-
<version>2.6</version>
49+
<version>2.7</version>
5050
<scope>provided</scope>
5151
<optional>true</optional>
5252
</dependency>

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

http-inject-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.avaje</groupId>
3535
<artifactId>avaje-spi-service</artifactId>
36-
<version>2.6</version>
36+
<version>2.7</version>
3737
<scope>provided</scope>
3838
<optional>true</optional>
3939
</dependency>

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.11.2</junit.version>
15+
<junit.version>5.11.3</junit.version>
1616
<assertj.version>3.26.3</assertj.version>
1717
<jackson.version>2.18.0</jackson.version>
1818
<jex.version>2.5</jex.version>

tests/test-javalin-jsonb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@
8080
<dependency>
8181
<groupId>io.avaje</groupId>
8282
<artifactId>avaje-jsonb</artifactId>
83-
<version>2.2</version>
83+
<version>2.3</version>
8484
</dependency>
8585

8686
<dependency>
8787
<groupId>io.avaje</groupId>
8888
<artifactId>avaje-jsonb-generator</artifactId>
89-
<version>2.2</version>
89+
<version>2.3</version>
9090
<scope>provided</scope>
9191
</dependency>
9292

tests/test-nima-htmx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<path>
8383
<groupId>io.avaje</groupId>
8484
<artifactId>avaje-jsonb-generator</artifactId>
85-
<version>2.2</version>
85+
<version>2.3</version>
8686
</path>
8787
<path>
8888
<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.2</version>
34+
<version>2.3</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>io.avaje</groupId>
@@ -90,7 +90,7 @@
9090
<path>
9191
<groupId>io.avaje</groupId>
9292
<artifactId>avaje-jsonb-generator</artifactId>
93-
<version>2.2</version>
93+
<version>2.3</version>
9494
</path>
9595
</annotationProcessorPaths>
9696
</configuration>

tests/test-sigma/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
<dependency>
7474
<groupId>io.avaje</groupId>
7575
<artifactId>avaje-jsonb</artifactId>
76-
<version>2.2</version>
76+
<version>2.3</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>io.avaje</groupId>
8080
<artifactId>avaje-jsonb-generator</artifactId>
81-
<version>2.2</version>
81+
<version>2.3</version>
8282
<scope>provided</scope>
8383
</dependency>
8484

0 commit comments

Comments
 (0)