Skip to content

Commit ded7944

Browse files
deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.101.1 (#2228)
* deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.101.1 * chore: add bytebuddy for test workaround --------- Co-authored-by: Knut Olav Løite <[email protected]>
1 parent e497972 commit ded7944

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

samples/spring-data-jdbc/googlesql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.cloud</groupId>
3232
<artifactId>google-cloud-spanner-bom</artifactId>
33-
<version>6.100.0</version>
33+
<version>6.101.1</version>
3434
<scope>import</scope>
3535
<type>pom</type>
3636
</dependency>

samples/spring-data-jdbc/postgresql/pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.cloud</groupId>
3232
<artifactId>google-cloud-spanner-bom</artifactId>
33-
<version>6.100.0</version>
33+
<version>6.101.1</version>
3434
<scope>import</scope>
3535
<type>pom</type>
3636
</dependency>
@@ -110,6 +110,19 @@
110110
<classifier>testlib</classifier>
111111
<scope>test</scope>
112112
</dependency>
113+
<!-- TODO: Remove when the mock server no longer uses this -->
114+
<dependency>
115+
<groupId>net.bytebuddy</groupId>
116+
<artifactId>byte-buddy</artifactId>
117+
<version>1.17.7</version>
118+
<scope>test</scope>
119+
</dependency>
120+
<dependency>
121+
<groupId>net.bytebuddy</groupId>
122+
<artifactId>byte-buddy-agent</artifactId>
123+
<version>1.17.7</version>
124+
<scope>test</scope>
125+
</dependency>
113126
<dependency>
114127
<groupId>junit</groupId>
115128
<artifactId>junit</artifactId>

samples/spring-data-mybatis/googlesql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.google.cloud</groupId>
3737
<artifactId>google-cloud-spanner-bom</artifactId>
38-
<version>6.100.0</version>
38+
<version>6.101.1</version>
3939
<scope>import</scope>
4040
<type>pom</type>
4141
</dependency>

0 commit comments

Comments
 (0)