Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.113.0#2423

Merged
suztomo merged 2 commits intogoogleapis:mainfrom
renovate-bot:renovate/com.google.cloud-google-cloud-spanner-bom-6.x
Mar 25, 2026
Merged

deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.113.0#2423
suztomo merged 2 commits intogoogleapis:mainfrom
renovate-bot:renovate/com.google.cloud-google-cloud-spanner-bom-6.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Mar 23, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:google-cloud-spanner-bom 6.111.16.113.0 age adoption passing confidence

Release Notes

googleapis/java-spanner (com.google.cloud:google-cloud-spanner-bom)

v6.113.0

Compare Source

Features
Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.68.0 (bb63e92)
Dependencies
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.58.0 (#​4390) (7f35761)
  • Update googleapis/sdk-platform-java action to v2.68.0 (#​4389) (737dfac)

v6.112.0

Compare Source

Features
  • Ability to update credentials on long running client (#​4371) (e238990)
  • Add SI, adapt, split point related proto (7aa4d90)
  • spanner: Include cache updates and routing hint into BeginTransaction and Commit request/response respectively (7aa4d90)
Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.67.0 (7aa4d90)
  • Fix unclosed literal error for consecutive backslashes (#​4387) (f4884a8)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners March 23, 2026 09:56
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: spanner Issues related to the googleapis/java-spanner-jdbc API. labels Mar 23, 2026
@dpebot
Copy link
Copy Markdown

dpebot commented Mar 23, 2026

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2026
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-spanner-bom-6.x branch from 50b88f0 to 2183d24 Compare March 25, 2026 21:06
@renovate-bot renovate-bot changed the title deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.112.0 deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.113.0 Mar 25, 2026
@dpebot
Copy link
Copy Markdown

dpebot commented Mar 25, 2026

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 25, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 25, 2026
@suztomo
Copy link
Copy Markdown
Member

suztomo commented Mar 25, 2026

Integration test is retried:

[ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 21.02 s <<< FAILURE! -- in com.google.cloud.spanner.jdbc.it.ITSingleJarTest
[ERROR] com.google.cloud.spanner.jdbc.it.ITSingleJarTest.testUseShadedJar -- Time elapsed: 10.46 s <<< FAILURE!
java.lang.AssertionError: expected:<0> but was:<1>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at com.google.cloud.spanner.jdbc.it.ITSingleJarTest.execute(ITSingleJarTest.java:124)
	at com.google.cloud.spanner.jdbc.it.ITSingleJarTest.buildShadedJar(ITSingleJarTest.java:104)
	at com.google.cloud.spanner.jdbc.it.ITSingleJarTest.testUseShadedJar(ITSingleJarTest.java:71)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)

@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Mar 25, 2026
@dpebot
Copy link
Copy Markdown

dpebot commented Mar 25, 2026

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 25, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 25, 2026
@suztomo suztomo merged commit 036e2b7 into googleapis:main Mar 25, 2026
26 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spanner Issues related to the googleapis/java-spanner-jdbc API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants