Skip to content

Commit 95af7e3

Browse files
authoredApr 10, 2024··
deps: Update dependency org.postgresql:r2dbc-postgresql to v1.0.5.RELEASE (#1934)
1 parent 3f2db4c commit 95af7e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎r2dbc/postgres/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.postgresql</groupId>
6060
<artifactId>r2dbc-postgresql</artifactId>
61-
<version>1.0.4.RELEASE</version>
61+
<version>1.0.5.RELEASE</version>
6262
<scope>provided</scope>
6363
<exclusions>
6464
<exclusion>
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>org.postgresql</groupId>
130130
<artifactId>r2dbc-postgresql</artifactId>
131-
<version>1.0.4.RELEASE</version>
131+
<version>1.0.5.RELEASE</version>
132132
</dependency>
133133
</dependencies>
134134
</profile>

0 commit comments

Comments
 (0)
Please sign in to comment.