Skip to content

Commit 79ace6e

Browse files
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: io.avaje:avaje-http-api and [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot). Updates `io.avaje:avaje-http-api` from 3.0 to 3.1 Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.3 to 3.4.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: io.avaje:avaje-http-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c37f024 commit 79ace6e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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>3.0</version>
82+
<version>3.1</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
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>io.avaje</groupId>
6565
<artifactId>avaje-http-api</artifactId>
66-
<version>3.0</version>
66+
<version>3.1</version>
6767
<optional>true</optional>
6868
<scope>provided</scope>
6969
</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>3.0</version>
40+
<version>3.1</version>
4141
<scope>provided</scope>
4242
<optional>true</optional>
4343
</dependency>

validator-spring-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-dependencies</artifactId>
17-
<version>3.4.3</version>
17+
<version>3.4.4</version>
1818
<type>pom</type>
1919
<scope>import</scope>
2020
</dependency>

0 commit comments

Comments
 (0)