Skip to content

Commit 8c49ba5

Browse files
Merge pull request #604 from avaje/dependabot/maven/master/dependencies-8c45f0f316
Bump the dependencies group with 6 updates
2 parents 7627c74 + a152fc6 commit 8c49ba5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.12</version>
49+
<version>2.13</version>
5050
<scope>provided</scope>
5151
<optional>true</optional>
5252
</dependency>

htmx-nima/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>io.helidon.webserver</groupId>
2828
<artifactId>helidon-webserver</artifactId>
29-
<version>4.2.1</version>
29+
<version>4.2.2</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

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.12</version>
36+
<version>2.13</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
@@ -17,7 +17,7 @@
1717
<jackson.version>2.19.0</jackson.version>
1818
<jex.version>3.2</jex.version>
1919
<avaje-inject.version>11.5</avaje-inject.version>
20-
<helidon.version>4.2.1</helidon.version>
20+
<helidon.version>4.2.2</helidon.version>
2121
<javalin.version>6.6.0</javalin.version>
2222
</properties>
2323

tests/test-nima-htmx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>io.avaje</groupId>
4949
<artifactId>avaje-nima</artifactId>
50-
<version>1.3</version>
50+
<version>1.4</version>
5151
</dependency>
5252

5353
<dependency>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>io.avaje</groupId>
6262
<artifactId>avaje-nima-test</artifactId>
63-
<version>1.3</version>
63+
<version>1.4</version>
6464
<scope>test</scope>
6565
</dependency>
6666

0 commit comments

Comments
 (0)