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
…pgadapter to v0.33.0
  • Loading branch information
renovate-bot committed May 1, 2024
1 parent e6f305a commit 3863b1c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarks/latency-comparison/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.32.0</version>
<version>0.33.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/java/cloud-run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.32.0</version>
<version>0.33.0</version>
</dependency>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/java/hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.32.0</version>
<version>0.33.0</version>
</dependency>
<!-- Hibernate core dependency -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/java/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.32.0</version>
<version>0.33.0</version>
</dependency>
<!-- [END pgadapter_and_jdbc_dependency] -->
<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 @@ -42,7 +42,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.32.0</version>
<version>0.33.0</version>
</dependency>
<!-- Add Spanner Hibernate tools for access to the batch compatible bit-reversed sequence generator. -->
<dependency>
Expand Down

0 comments on commit 3863b1c

Please sign in to comment.