Skip to content

Commit 4ca0562

Browse files
committed
chore(deps): update dependency com.google.cloud:google-cloud-spanner-hibernate-tools to v4.2.2
1 parent 752ef60 commit 4ca0562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/java/hibernate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-spanner-hibernate-tools</artifactId>
54-
<version>4.2.0</version>
54+
<version>4.2.2</version>
5555
</dependency>
5656
<!-- Add Hypersistence Utils for access to additional data type mappings, for example for arrays. -->
5757
<dependency>

samples/java/spring-data-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.google.cloud</groupId>
6363
<artifactId>google-cloud-spanner-hibernate-tools</artifactId>
64-
<version>3.9.7</version>
64+
<version>4.2.2</version>
6565
</dependency>
6666
<!-- Add Hypersistence Utils for access to additional data type mappings, for example for arrays. -->
6767
<dependency>

0 commit comments

Comments
 (0)