Skip to content

Commit

Permalink
deps: bump Spanner JDBC to 2.18.0 (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite authored May 16, 2024
1 parent 60b6dd1 commit 92cb7f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-bom</artifactId>
<version>1.37.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<maven.compiler.target>11</maven.compiler.target>
<java.version>11</java.version>
<hibernate.version>6.3.1.Final</hibernate.version>
<spanner-jdbc-driver.version>2.16.1</spanner-jdbc-driver.version>
<spanner-jdbc-driver.version>2.18.0</spanner-jdbc-driver.version>
<log4j.version>2.23.1</log4j.version>

<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
Expand Down

0 comments on commit 92cb7f1

Please sign in to comment.