Skip to content

Commit a605033

Browse files
Update SPI and Oracle JDBC versions
1 parent 260a09a commit a605033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<version>0.4.0</version>
3030
<name>oracle-r2dbc</name>
3131
<description>
32-
Oracle R2DBC Driver implementing version 0.9.0 of the R2DBC SPI for Oracle Database.
32+
Oracle R2DBC Driver implementing version 1.0.0 of the R2DBC SPI for Oracle Database.
3333
</description>
3434
<url>
3535
https://github.com/oracle/oracle-r2dbc
@@ -65,8 +65,8 @@
6565

6666
<properties>
6767
<java.version>11</java.version>
68-
<ojdbc.version>21.3.0.0</ojdbc.version>
69-
<r2dbc.version>0.9.0.RELEASE</r2dbc.version>
68+
<ojdbc.version>21.5.0.0</ojdbc.version>
69+
<r2dbc.version>1.0.0.RELEASE</r2dbc.version>
7070
<reactor.version>3.3.0.RELEASE</reactor.version>
7171
<reactive-streams.version>1.0.3</reactive-streams.version>
7272
<junit.version>5.7.0</junit.version>

0 commit comments

Comments
 (0)