Skip to content

Commit

Permalink
Merge branch 'main' into remove-specific-jdbc-version-from-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Sep 27, 2023
2 parents 9947b22 + bf64add commit 1be143d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-bom</artifactId>
<version>6.47.0</version>
<version>6.48.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-jdbc</artifactId>
<version>2.13.1</version>
<version>2.13.2</version>
</dependency>
<!-- [END spanner-jdbc_install_without_bom] -->

Expand Down
6 changes: 3 additions & 3 deletions samples/spring-data-mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/>
</parent>
<properties>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-bom</artifactId>
<version>2023.0.3</version>
<version>2023.0.4</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -97,7 +97,7 @@
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.20</version>
<version>2.21.1</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 1be143d

Please sign in to comment.