Skip to content

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mockserver-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
<groupId>org.springframework.boot</groupId>
294294
<artifactId>spring-boot-starter-webflux</artifactId>
295295
<!-- highest spring-boot-starter-webflux version is 2.x due to Java 1.8 version -->
296-
<version>2.7.8</version>
296+
<version>3.2.11</version>
297297
<exclusions>
298298
<exclusion>
299299
<groupId>org.osgi</groupId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
<httpcomponents.version>4.4.1</httpcomponents.version>
6262
<bouncycastle.version>1.72</bouncycastle.version>
6363
<!-- highest spring version is 5.3 due to Java 1.8 version -->
64-
<spring.version>5.3.25</spring.version>
65-
<spring-web.version>5.3.25</spring-web.version>
64+
<spring.version>6.1.14</spring.version>
65+
<spring-web.version>6.1.14</spring-web.version>
6666
<mockito.version>4.11.0</mockito.version>
6767
<hamcrest.version>2.2</hamcrest.version>
6868
<xmlunit.version>2.9.1</xmlunit.version>

0 commit comments

Comments
 (0)