Skip to content

Commit 349b0f4

Browse files
authored
deps: Update dependency org.postgresql:r2dbc-postgresql to v1.0.3.RELEASE (#1732)
1 parent b7c5cac commit 349b0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

r2dbc/postgres/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
<dependency>
200200
<groupId>org.postgresql</groupId>
201201
<artifactId>r2dbc-postgresql</artifactId>
202-
<version>1.0.2.RELEASE</version>
202+
<version>1.0.3.RELEASE</version>
203203
<scope>provided</scope>
204204
<exclusions>
205205
<exclusion>
@@ -266,7 +266,7 @@
266266
<dependency>
267267
<groupId>org.postgresql</groupId>
268268
<artifactId>r2dbc-postgresql</artifactId>
269-
<version>1.0.2.RELEASE</version>
269+
<version>1.0.3.RELEASE</version>
270270
</dependency>
271271
</dependencies>
272272
</profile>

0 commit comments

Comments
 (0)