Skip to content

Commit

Permalink
Merge pull request #197 from avaje/dependabot/maven/io.avaje-avaje-ht…
Browse files Browse the repository at this point in the history
…tp-api-2.5

Bump io.avaje:avaje-http-api from 2.4 to 2.5
  • Loading branch information
github-actions[bot] authored May 16, 2024
2 parents b62d2db + a3a0b20 commit db4ed75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blackbox-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-api</artifactId>
<version>2.4</version>
<version>2.5</version>
</dependency>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion validator-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-api</artifactId>
<version>2.4</version>
<version>2.5</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion validator-http-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-api</artifactId>
<version>2.4</version>
<version>2.5</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit db4ed75

Please sign in to comment.