Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-spanner-…
Browse files Browse the repository at this point in the history
…hibernate-tools to v3.4.1 (#1822)
  • Loading branch information
renovate-bot authored May 22, 2024
1 parent f0fce15 commit cfb53f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/java/hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-hibernate-tools</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</dependency>
<!-- Add Hypersistence Utils for access to additional data type mappings, for example for arrays. -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/java/spring-data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-hibernate-tools</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</dependency>
<!-- Add Hypersistence Utils for access to additional data type mappings, for example for arrays. -->
<dependency>
Expand Down

0 comments on commit cfb53f3

Please sign in to comment.