Skip to content

Commit 2f547e6

Browse files
committed
Update versions
1 parent 1d43138 commit 2f547e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!--
23
34
Copyright 2016-2025 the original author or authors.
@@ -220,19 +221,19 @@
220221
<dependency>
221222
<groupId>org.springframework</groupId>
222223
<artifactId>spring-r2dbc</artifactId>
223-
<version>6.1.0</version>
224+
<version>6.2.12</version>
224225
<scope>test</scope>
225226
</dependency>
226227
<dependency>
227228
<groupId>io.r2dbc</groupId>
228229
<artifactId>r2dbc-h2</artifactId>
229-
<version>1.0.0.RELEASE</version>
230+
<version>1.1.0.RELEASE</version>
230231
<scope>test</scope>
231232
</dependency>
232233
<dependency>
233234
<groupId>io.projectreactor</groupId>
234235
<artifactId>reactor-test</artifactId>
235-
<version>3.6.0</version>
236+
<version>3.8.0</version>
236237
<scope>test</scope>
237238
</dependency>
238239
</dependencies>

0 commit comments

Comments
 (0)