Skip to content

Commit 9a1b9ab

Browse files
committed
Upgrade to R2DBC SPI 0.8.0.RELEASE
[resolves #202]
1 parent 96ab2ea commit 9a1b9ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ R2DBC PostgreSQL Changelog
33

44
0.8.0.RELEASE
55
-----------------------------------------
6+
* Upgrade to R2DBC SPI 0.8.0.RELEASE #202
67
* Add query logger #201
78
* Drop SLF4J in favor of Reactor's Logger utilities #200
89
* Fix instant handling #196

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<postgresql.version>42.2.8</postgresql.version>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
48-
<r2dbc-spi.version>${project.version}</r2dbc-spi.version>
48+
<r2dbc-spi.version>0.8.0.RELEASE</r2dbc-spi.version>
4949
<reactor.version>Dysprosium-SR1</reactor.version>
5050
<scram-client.version>2.1</scram-client.version>
5151
<spring-framework.version>5.2.1.RELEASE</spring-framework.version>

0 commit comments

Comments
 (0)