Skip to content

Commit b6170ce

Browse files
Merge pull request #186 from avaje/dependabot/maven/io.avaje-avaje-http-api-2.2
Bump io.avaje:avaje-http-api from 2.1 to 2.2
2 parents bfc2d73 + abf1045 commit b6170ce

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.1</version>
82+
<version>2.2</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.1</version>
60+
<version>2.2</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.1</version>
40+
<version>2.2</version>
4141
<scope>provided</scope>
4242
<optional>true</optional>
4343
</dependency>

0 commit comments

Comments
 (0)