Skip to content

Commit 3f29fa0

Browse files
Merge pull request #2620 from OpenFeign/dependabot/maven/org.springframework.boot-spring-boot-starter-web-3.3.5
Bump org.springframework.boot:spring-boot-starter-web from 3.3.4 to 3.3.5
2 parents ed33fdd + 7ecfc54 commit 3f29fa0

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
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.springframework.boot</groupId>
7373
<artifactId>spring-boot-starter-web</artifactId>
74-
<version>3.3.4</version>
74+
<version>3.3.5</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.springframework.boot</groupId>
102102
<artifactId>spring-boot-starter-web</artifactId>
103-
<version>3.3.4</version>
103+
<version>3.3.5</version>
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>

feign-form/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.springframework.boot</groupId>
5858
<artifactId>spring-boot-starter-web</artifactId>
59-
<version>3.3.4</version>
59+
<version>3.3.5</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>

0 commit comments

Comments
 (0)