Skip to content

Commit db4ed75

Browse files
Merge pull request #197 from avaje/dependabot/maven/io.avaje-avaje-http-api-2.5
Bump io.avaje:avaje-http-api from 2.4 to 2.5
2 parents b62d2db + a3a0b20 commit db4ed75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

blackbox-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>io.avaje</groupId>
8181
<artifactId>avaje-http-api</artifactId>
82-
<version>2.4</version>
82+
<version>2.5</version>
8383
</dependency>
8484

8585
<!-- test dependencies -->

validator-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>io.avaje</groupId>
5959
<artifactId>avaje-http-api</artifactId>
60-
<version>2.4</version>
60+
<version>2.5</version>
6161
<optional>true</optional>
6262
<scope>provided</scope>
6363
</dependency>

validator-http-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.avaje</groupId>
3939
<artifactId>avaje-http-api</artifactId>
40-
<version>2.4</version>
40+
<version>2.5</version>
4141
<scope>provided</scope>
4242
<optional>true</optional>
4343
</dependency>

0 commit comments

Comments
 (0)