From 5d325d4bb6926211b411fa957a315e65c060523c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:24:47 +0000 Subject: [PATCH] chore(deps): 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.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java). 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.bouncycastle:bcprov-jdk18on` from 1.84 to 1.85 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- 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.bouncycastle:bcprov-jdk18on dependency-version: '1.85' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-and-patch ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 4 ++-- lib/gradle.lockfile | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 1347b47..3170462 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -31,9 +31,9 @@ dependencies { testImplementation "org.mockito:mockito-core:3.12.4" testImplementation "org.slf4j:slf4j-nop:1.7.34" - implementation 'com.google.code.gson:gson:2.8.9' + implementation 'com.google.code.gson:gson:2.14.0' implementation 'com.google.guava:guava:33.6.0-android' - implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.84' + implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.85' implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14' } diff --git a/lib/gradle.lockfile b/lib/gradle.lockfile index 2ed5e61..d0944c3 100644 --- a/lib/gradle.lockfile +++ b/lib/gradle.lockfile @@ -8,8 +8,8 @@ com.fasterxml.jackson:jackson-bom:2.13.0=testCompileClasspath,testRuntimeClasspa com.github.jknack:handlebars-helpers:4.3.0=testCompileClasspath,testRuntimeClasspath com.github.jknack:handlebars:4.3.0=testCompileClasspath,testRuntimeClasspath com.github.tomakehurst:wiremock-jre8:2.32.0=testCompileClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.8.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.47.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.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:guava:33.6.0-android=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -34,7 +34,7 @@ org.apache.httpcomponents.core5:httpcore5:5.1.1=testCompileClasspath,testRuntime 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-jdk18on:1.84=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.bouncycastle:bcprov-jdk18on:1.85=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.eclipse.jetty.http2:http2-common:9.4.44.v20210927=testCompileClasspath,testRuntimeClasspath org.eclipse.jetty.http2:http2-hpack:9.4.44.v20210927=testCompileClasspath,testRuntimeClasspath org.eclipse.jetty.http2:http2-server:9.4.44.v20210927=testCompileClasspath,testRuntimeClasspath @@ -77,4 +77,4 @@ org.slf4j:slf4j-nop:1.7.34=testCompileClasspath,testRuntimeClasspath org.xmlunit:xmlunit-core:2.8.3=testCompileClasspath,testRuntimeClasspath org.xmlunit:xmlunit-legacy:2.8.3=testCompileClasspath,testRuntimeClasspath org.xmlunit:xmlunit-placeholders:2.8.3=testCompileClasspath,testRuntimeClasspath -empty=annotationProcessor,testAnnotationProcessor +empty=annotationProcessor,signatures,testAnnotationProcessor