From 134e6488069d500cfdb74e49cc848a7eb096ff00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20L=C3=B8ite?= Date: Thu, 12 Sep 2024 15:28:58 +0200 Subject: [PATCH] feat: support Hibernate 6.6.0.Final --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 42c9920f..b5f735b2 100644 --- a/README.adoc +++ b/README.adoc @@ -3,7 +3,7 @@ = Google Cloud Spanner Dialect for Hibernate ORM -This is a dialect compatible with https://hibernate.org/orm/releases/6.5/[Hibernate 6.5] for the https://cloud.google.com/spanner/[Google Cloud Spanner] database service. +This is a dialect compatible with https://hibernate.org/orm/releases/6.6/[Hibernate 6.6] for the https://cloud.google.com/spanner/[Google Cloud Spanner] database service. The `SpannerDialect` produces SQL, DML, and DDL statements for most common entity types and relationships using standard Hibernate and Java Persistence annotations. Version 1.x and 2.x of this library supports Hibernate 5.4. @@ -25,7 +25,7 @@ Maven coordinates for the dialect: com.google.cloud google-cloud-spanner-hibernate-dialect - 3.4.0 + 3.7.0 ---- // {x-version-update-start:google-cloud-spanner-hibernate-dialect:released} @@ -37,7 +37,7 @@ Maven coordinates for the official https://cloud.google.com/spanner/docs/open-so com.google.cloud google-cloud-spanner-jdbc - 2.20.1 + 2.21.0 ----