From f0d718546c08d0ed69a987c08088f7573ec975ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:16:46 +0000 Subject: [PATCH 1/2] Bump the gradle-minor-and-patch group with 2 updates Bumps the gradle-minor-and-patch group with 2 updates: [com.google.code.gson:gson](https://github.com/google/gson) and org.apache.httpcomponents:httpclient. Updates `com.google.code.gson:gson` from 2.8.9 to 2.14.0 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.9...gson-parent-2.14.0) Updates `org.apache.httpcomponents:httpclient` from 4.5.13 to 4.5.14 --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-and-patch - dependency-name: org.apache.httpcomponents:httpclient dependency-version: 4.5.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-and-patch ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index c0a5ce2..42bec88 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -30,10 +30,10 @@ dependencies { testImplementation "com.github.tomakehurst:wiremock-jre8:2.32.0" testImplementation "org.mockito:mockito-core:3.12.4" - implementation 'com.google.code.gson:gson:2.8.9' + implementation 'com.google.code.gson:gson:2.14.0' implementation 'com.google.guava:guava:31.1-android' implementation group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.70' - implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13' + implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14' } From 62556d3605145f5d48e55b39e3f3b9a486eb46f9 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Jul 2026 15:49:58 +0000 Subject: [PATCH 2/2] Update gradle.lockfile for gson/httpclient version bump Dependency locking is enabled for this project, so bumping gson to 2.14.0 and httpclient to 4.5.14 in build.gradle also requires regenerating the lockfile (gradle :lib:dependencies --write-locks), otherwise the build fails to resolve the locked versions. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_012nhHbtCnb5xjPPPrL4A2pM --- lib/gradle.lockfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/gradle.lockfile b/lib/gradle.lockfile index cc4d350..803906d 100644 --- a/lib/gradle.lockfile +++ b/lib/gradle.lockfile @@ -9,8 +9,8 @@ com.github.jknack:handlebars-helpers:4.3.0=testCompileClasspath,testRuntimeClass com.github.jknack:handlebars:4.3.0=testCompileClasspath,testRuntimeClasspath com.github.tomakehurst:wiremock-jre8:2.32.0=testCompileClasspath,testRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.8.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.11.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:guava:31.1-android=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -32,8 +32,8 @@ org.apache.commons:commons-lang3:3.12.0=testCompileClasspath,testRuntimeClasspat org.apache.httpcomponents.client5:httpclient5:5.1=testCompileClasspath,testRuntimeClasspath org.apache.httpcomponents.core5:httpcore5-h2:5.1.1=testCompileClasspath,testRuntimeClasspath org.apache.httpcomponents.core5:httpcore5:5.1.1=testCompileClasspath,testRuntimeClasspath -org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.httpcomponents:httpcore:4.4.13=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.httpcomponents:httpclient:4.5.14=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.httpcomponents:httpcore:4.4.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apiguardian:apiguardian-api:1.1.0=testCompileClasspath,testRuntimeClasspath org.bouncycastle:bcprov-jdk15on:1.70=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.checkerframework:checker-qual:3.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath