Skip to content

Commit

Permalink
Merge pull request #537 from avaje/dependabot/maven/master/dependenci…
Browse files Browse the repository at this point in the history
…es-48c6ba43d4

Bump the dependencies group with 10 updates
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
2 parents 91d8e8a + 2e0ac3f commit 829fd7e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion htmx-nima-jstache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-spi-service</artifactId>
<version>2.8</version>
<version>2.9</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion htmx-nima/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>io.helidon.webserver</groupId>
<artifactId>helidon-webserver</artifactId>
<version>4.1.5</version>
<version>4.1.6</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion http-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>io.javalin</groupId>
<artifactId>javalin</artifactId>
<version>6.3.0</version>
<version>6.4.0</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>io.javalin</groupId>
<artifactId>javalin</artifactId>
<version>6.3.0</version>
<version>6.4.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion http-inject-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-spi-service</artifactId>
<version>2.8</version>
<version>2.9</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<swagger.version>2.2.27</swagger.version>
<jackson.version>2.14.2</jackson.version>
<jex.version>3.0-RC10</jex.version>
<avaje.prisms.version>1.36</avaje.prisms.version>
<avaje.prisms.version>1.37</avaje.prisms.version>
<project.build.outputTimestamp>2024-12-16T19:12:09Z</project.build.outputTimestamp>
<module-info.shade>${project.build.directory}${file.separator}module-info.shade</module-info.shade>
</properties>
Expand Down
8 changes: 4 additions & 4 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<junit.version>5.11.4</junit.version>
<assertj.version>3.26.3</assertj.version>
<assertj.version>3.27.0</assertj.version>
<jackson.version>2.18.2</jackson.version>
<jex.version>3.0-RC11</jex.version>
<jex.version>3.0-RC12</jex.version>
<avaje-inject.version>11.0</avaje-inject.version>
<nima.version>4.1.5</nima.version>
<javalin.version>6.3.0</javalin.version>
<nima.version>4.1.6</nima.version>
<javalin.version>6.4.0</javalin.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-client-generation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.12</version>
<version>1.5.15</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 829fd7e

Please sign in to comment.