JAVA-20164 Upgrade java hibernate specific modules to JDK 11 (#13900)
* JAVA-20164 Upgrade java hibernate specific modules to JDK 11 * JAVA-20164 Migrating java-jpa-2 * JAVA-20164 Migrating jnosql-artemis * JAVA-20164 Migrating querydsl * JAVA-20164 Migrating r2dbc * JAVA-20164 Migrating redis * JAVA-20164 Fixing test JPATextUnitTest#givenExam_whenSaveExam_thenReturnExpectedExam * JAVA-20164 Fixing givenIdentityStrategy_whenCommitTransction_thenReturnPrimaryKey * JAVA-20164 Changes after review * JAVA-20164 Migrating java-cassandra to jdk8 * JAVA-20164 Fix legacy mode error * Update pom.xml --------- Co-authored-by: timis1 <noreplay@yahoo.com> Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
This commit is contained in:
@@ -89,9 +89,9 @@
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<flyway.core.version>9.14.1</flyway.core.version>
|
||||
<jdbc.postgresql.version>42.5.2</jdbc.postgresql.version>
|
||||
<r2dbc.postgresql.version>1.0.0.RELEASE</r2dbc.postgresql.version>
|
||||
<flyway.core.version>9.16.0</flyway.core.version>
|
||||
<jdbc.postgresql.version>42.5.4</jdbc.postgresql.version>
|
||||
<r2dbc.postgresql.version>1.0.1.RELEASE</r2dbc.postgresql.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user