Skip to content

Commit

Permalink
Merge pull request #429 from avaje/dependabot/maven/master/io.javalin…
Browse files Browse the repository at this point in the history
…-javalin-6.1.4

Bump io.javalin:javalin from 6.1.3 to 6.1.4
  • Loading branch information
github-actions[bot] authored May 6, 2024
2 parents 44a004f + 79ebe9b commit 3ba92ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1.3</version>
<version>6.1.4</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 @@ -59,7 +59,7 @@
<dependency>
<groupId>io.javalin</groupId>
<artifactId>javalin</artifactId>
<version>6.1.3</version>
<version>6.1.4</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<jex.version>2.5</jex.version>
<avaje-inject.version>9.12</avaje-inject.version>
<nima.version>4.0.8</nima.version>
<javalin.version>6.1.3</javalin.version>
<javalin.version>6.1.4</javalin.version>
</properties>

<modules>
Expand Down

0 comments on commit 3ba92ac

Please sign in to comment.