File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
spring-boot-modules/spring-boot-3-url-matching Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 54
54
<dependency >
55
55
<groupId >io.projectreactor</groupId >
56
56
<artifactId >reactor-core</artifactId >
57
- <version >${reactor-core.version} </version >
58
57
</dependency >
59
58
<dependency >
60
59
<groupId >io.projectreactor</groupId >
61
60
<artifactId >reactor-test</artifactId >
62
- <version >${reactor-core.version} </version >
63
61
<scope >test</scope >
64
62
</dependency >
65
63
</dependencies >
87
85
88
86
<properties >
89
87
<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>
93
89
</properties >
94
90
95
91
</project >
You can’t perform that action at this time.
0 commit comments