Skip to content

Commit 46d529f

Browse files
Merge pull request #194 from avaje/dependabot/maven/io.avaje-avaje-http-api-2.3
Bump io.avaje:avaje-http-api from 2.2 to 2.3
2 parents c75cc2d + 38bef8c commit 46d529f

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

0 commit comments

Comments
 (0)