diff --git a/README.md b/README.md index 056f2835ee..bc59c6db67 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-spanner' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-spanner:6.25.7' +implementation 'com.google.cloud:google-cloud-spanner:6.26.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.25.7" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.26.0" ``` ## Authentication diff --git a/samples/native-image/pom.xml b/samples/native-image/pom.xml index 7546566a7e..729f19d072 100644 --- a/samples/native-image/pom.xml +++ b/samples/native-image/pom.xml @@ -130,7 +130,7 @@ org.graalvm.buildtools native-maven-plugin - 0.9.12 + 0.9.13 true com.example.spanner.NativeImageSpannerSample