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 ----