Skip to content

Commit 07ae01f

Browse files
Bump org.springframework.boot:spring-boot-starter-web
Bumps [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.7.18 to 3.3.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.18...v3.3.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91d8421 commit 07ae01f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

feign-form-spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.springframework.boot</groupId>
6767
<artifactId>spring-boot-starter-web</artifactId>
68-
<version>2.7.18</version>
68+
<version>3.3.4</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>org.springframework.boot</groupId>
9696
<artifactId>spring-boot-starter-web</artifactId>
97-
<version>2.7.18</version>
97+
<version>3.3.4</version>
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>

feign-form/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.springframework.boot</groupId>
5454
<artifactId>spring-boot-starter-web</artifactId>
55-
<version>2.7.18</version>
55+
<version>3.3.4</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)