Skip to content

Commit

Permalink
Update dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hengfengli committed May 6, 2024
1 parent d701faf commit 826bca0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions benchmarks/tpcc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.34.0</version>
<version>26.38.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-bom</artifactId>
<version>1.35.0</version>
<version>1.37.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -49,13 +49,13 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-jdbc</artifactId>
<version>2.15.0</version>
<version>2.17.0</version>
</dependency>
<!-- Add PGAdapter as a dependency, so we can start it in-process -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.31.2-SNAPSHOT</version>
<version>0.33.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
Expand Down

0 comments on commit 826bca0

Please sign in to comment.