From 330ea877dcba4c2925d235dd6f164e350a87c8ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 12:11:09 +0000 Subject: [PATCH 1/2] build(deps): bump com.ibm.cloud:sdk-core from 9.23.0 to 9.23.1 Bumps [com.ibm.cloud:sdk-core](https://github.com/IBM/java-sdk-core) from 9.23.0 to 9.23.1. - [Release notes](https://github.com/IBM/java-sdk-core/releases) - [Changelog](https://github.com/IBM/java-sdk-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/IBM/java-sdk-core/compare/9.23.0...9.23.1) --- updated-dependencies: - dependency-name: com.ibm.cloud:sdk-core dependency-version: 9.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 15b85faab..d75ee2eff 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ pom - 9.23.0 + 9.23.1 cloudant-java-sdk From 765028b9d3586bee0a6e54d62a23fd40359ab780 Mon Sep 17 00:00:00 2001 From: Eric Avdey Date: Thu, 17 Apr 2025 12:29:31 -0300 Subject: [PATCH 2/2] build(deps): bump com.google.code.gson:gson from 2.12.1 to 2.13.0 --- modules/cloudant/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cloudant/pom.xml b/modules/cloudant/pom.xml index aa67030c9..b65fcda97 100644 --- a/modules/cloudant/pom.xml +++ b/modules/cloudant/pom.xml @@ -39,7 +39,7 @@ com.google.code.gson gson - 2.12.1 + 2.13.0 compile