Skip to content

Commit a2aa699

Browse files
authored
Merge pull request #18451 from eugenp/fix-test-match-boot-logback-versions
match boot and logback versions
2 parents caec123 + 20ae9fb commit a2aa699

File tree

1 file changed

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

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,10 @@
5454
<dependency>
5555
<groupId>io.projectreactor</groupId>
5656
<artifactId>reactor-core</artifactId>
57-
<version>${reactor-core.version}</version>
5857
</dependency>
5958
<dependency>
6059
<groupId>io.projectreactor</groupId>
6160
<artifactId>reactor-test</artifactId>
62-
<version>${reactor-core.version}</version>
6361
<scope>test</scope>
6462
</dependency>
6563
</dependencies>
@@ -87,9 +85,7 @@
8785

8886
<properties>
8987
<spring-boot.version>3.4.0</spring-boot.version>
90-
<reactor-core.version>3.6.0</reactor-core.version>
91-
<reactor-test.version>3.6.0></reactor-test.version>
92-
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
88+
<logback.version>1.5.12</logback.version>
9389
</properties>
9490

9591
</project>

0 commit comments

Comments
 (0)