Skip to content

Commit b7b99f2

Browse files
authored
Merge pull request #18450 from eugenp/lor6-patch-1
update Boot version to match BAEL-8929
2 parents 2e31f06 + 1c19c88 commit b7b99f2

File tree

1 file changed

+1
-6
lines changed
  • spring-boot-modules/spring-boot-3-url-matching

1 file changed

+1
-6
lines changed

spring-boot-modules/spring-boot-3-url-matching/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
</parent>
1616

1717
<dependencies>
18-
<!-- https://mvnrepository.com/artifact/org.springframework/spring-web -->
19-
<dependency>
20-
<groupId>org.springframework</groupId>
21-
<artifactId>spring-web</artifactId>
22-
<version>6.2.0</version>
23-
</dependency>
2418
<dependency>
2519
<groupId>org.springframework.boot</groupId>
2620
<artifactId>spring-boot-starter-web</artifactId>
@@ -92,6 +86,7 @@
9286
</build>
9387

9488
<properties>
89+
<spring-boot.version>3.4.0</spring-boot.version>
9590
<reactor-core.version>3.6.0</reactor-core.version>
9691
<reactor-test.version>3.6.0></reactor-test.version>
9792
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>

0 commit comments

Comments
 (0)