Skip to content

Commit 2e791d2

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-spanner-hibernate-tools to v3.9.2 (GoogleCloudPlatform#3266)
1 parent 2226a8d commit 2e791d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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>3.9.1</version>
54+
<version>3.9.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.1</version>
64+
<version>3.9.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)