From f0a66d4d4cc6d681ea2fc52b39f3e102dc4be32b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:37:17 +0000 Subject: [PATCH] Bump the gradle-minor-patch group across 1 directory with 3 updates Bumps the gradle-minor-patch group with 2 updates in the / directory: [com.google.code.gson:gson](https://github.com/google/gson) and [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework). Updates `com.google.code.gson:gson` from 2.13.2 to 2.14.0 - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.13.2...gson-parent-2.14.0) Updates `org.junit.jupiter:junit-jupiter-api` from 5.14.3 to 5.14.4 - [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.3...r5.14.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.14.3 to 5.14.4 - [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.3...r5.14.4) --- 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-patch - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 17fbed1..f467b20 100644 --- a/build.gradle +++ b/build.gradle @@ -110,15 +110,15 @@ dependencies { implementation "com.google.code.findbugs:jsr305:3.0.2" implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0' - implementation 'com.google.code.gson:gson:2.13.2' + implementation 'com.google.code.gson:gson:2.14.0' implementation 'io.gsonfire:gson-fire:1.9.0' implementation 'jakarta.ws.rs:jakarta.ws.rs-api:4.0.0' implementation 'org.openapitools:jackson-databind-nullable:0.2.10' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0' implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version" - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.4' testImplementation 'org.mockito:mockito-core:5.23.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.4' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.3' }