From 65b10b99573d2b452e2b7da02d65fe986e9852e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:52:31 +0000 Subject: [PATCH] Bump the gradle-minor-patch group across 1 directory with 5 updates Bumps the gradle-minor-patch group with 4 updates in the / directory: [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless), [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable), [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) and [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `com.diffplug.spotless:spotless-plugin-gradle` from 7.0.3 to 7.2.1 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/gradle/7.0.3...gradle/7.2.1) Updates `org.openapitools:jackson-databind-nullable` from 0.2.8 to 0.2.9 - [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases) - [Commits](https://github.com/OpenAPITools/jackson-databind-nullable/compare/v0.2.8...v0.2.9) Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.4 to 5.14.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r5.14.3) Updates `org.mockito:mockito-core` from 5.21.0 to 5.22.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.21.0...v5.22.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.14.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r5.14.3) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.openapitools:jackson-databind-nullable dependency-version: 0.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.mockito:mockito-core dependency-version: 5.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 9acffae..1b0efc9 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:2.3.+' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' - classpath 'com.diffplug.spotless:spotless-plugin-gradle:7.0.3' + classpath 'com.diffplug.spotless:spotless-plugin-gradle:7.2.1' } } @@ -113,12 +113,12 @@ dependencies { implementation 'com.google.code.gson:gson:2.13.2' 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.8' + implementation 'org.openapitools:jackson-databind-nullable:0.2.9' 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.11.4' - testImplementation 'org.mockito:mockito-core:5.21.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3' + testImplementation 'org.mockito:mockito-core:5.22.0' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.3' } javadoc {