diff --git a/samples/spring-data-jdbc/googlesql/pom.xml b/samples/spring-data-jdbc/googlesql/pom.xml
index 31db916ba..a1c00cc20 100644
--- a/samples/spring-data-jdbc/googlesql/pom.xml
+++ b/samples/spring-data-jdbc/googlesql/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
google-cloud-spanner-bom
- 6.100.0
+ 6.101.1
import
pom
diff --git a/samples/spring-data-jdbc/postgresql/pom.xml b/samples/spring-data-jdbc/postgresql/pom.xml
index aa78ad2eb..6771b551d 100644
--- a/samples/spring-data-jdbc/postgresql/pom.xml
+++ b/samples/spring-data-jdbc/postgresql/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
google-cloud-spanner-bom
- 6.100.0
+ 6.101.1
import
pom
@@ -110,6 +110,19 @@
testlib
test
+
+
+ net.bytebuddy
+ byte-buddy
+ 1.17.7
+ test
+
+
+ net.bytebuddy
+ byte-buddy-agent
+ 1.17.7
+ test
+
junit
junit
diff --git a/samples/spring-data-mybatis/googlesql/pom.xml b/samples/spring-data-mybatis/googlesql/pom.xml
index b4aa07c1d..72002687d 100644
--- a/samples/spring-data-mybatis/googlesql/pom.xml
+++ b/samples/spring-data-mybatis/googlesql/pom.xml
@@ -35,7 +35,7 @@
com.google.cloud
google-cloud-spanner-bom
- 6.100.0
+ 6.101.1
import
pom