Skip to content

Commit

Permalink
Bump io.avaje:avaje-http-api from 2.2 to 2.3
Browse files Browse the repository at this point in the history
Bumps io.avaje:avaje-http-api from 2.2 to 2.3.

---
updated-dependencies:
- dependency-name: io.avaje:avaje-http-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent d27a924 commit 1331ad8
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.2</version>
<version>2.3</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.2</version>
<version>2.3</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.2</version>
<version>2.3</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit 1331ad8

Please sign in to comment.