From 2c0261141a354fbea087ee6e4761144a17838413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 04:01:33 +0000 Subject: [PATCH] Bump the gradle-dependencies group with 7 updates Bumps the gradle-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.13.1` | `2.13.2` | | [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `4.12.0` | `5.1.0` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.0` | `5.13.4` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.13.0` | `5.13.4` | | [com.squareup.okio:okio](https://github.com/square/okio) | `3.12.0` | `3.16.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.0` | `2.20.0` | | [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.38` | `1.18.42` | Updates `com.google.code.gson:gson` from 2.13.1 to 2.13.2 - [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.13.1...gson-parent-2.13.2) Updates `com.squareup.okhttp3:okhttp` from 4.12.0 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.1.0) Updates `org.junit:junit-bom` from 5.13.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.0...r5.13.4) Updates `org.junit.jupiter:junit-jupiter` from 5.13.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.0...r5.13.4) Updates `com.squareup.okio:okio` from 3.12.0 to 3.16.0 - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.12.0...parent-3.16.0) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.0 to 2.20.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `org.projectlombok:lombok` from 1.18.38 to 1.18.42 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.38...v1.18.42) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-dependencies - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.squareup.okio:okio dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: org.projectlombok:lombok dependency-version: 1.18.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/build.gradle b/build.gradle index 56386c19..36643651 100644 --- a/build.gradle +++ b/build.gradle @@ -48,29 +48,29 @@ configurations { dependencies { // This dependency is used internally, and not exposed to consumers on their own compile classpath. - implementation 'com.google.code.gson:gson:2.13.1' + implementation 'com.google.code.gson:gson:2.13.2' implementation 'org.json:json:20250517' // https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5 - api 'com.squareup.okhttp3:okhttp:4.12.0' + api 'com.squareup.okhttp3:okhttp:5.3.0' // Use JUnit test framework - testImplementation(platform('org.junit:junit-bom:5.13.0')) - testImplementation('org.junit.jupiter:junit-jupiter:5.13.0') + testImplementation(platform('org.junit:junit-bom:6.0.1')) + testImplementation('org.junit.jupiter:junit-jupiter:6.0.1') // https://mvnrepository.com/artifact/org.mockito/mockito-core testImplementation 'org.mockito:mockito-core:4.11.0' testImplementation 'org.hamcrest:hamcrest:3.0' - testImplementation 'com.squareup.okio:okio:3.12.0' - testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0' + testImplementation 'com.squareup.okio:okio:3.16.2' + testImplementation 'com.squareup.okhttp3:okhttp:5.3.0' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind - compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.0' + compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.1' // Lombok - compileOnly 'org.projectlombok:lombok:1.18.38' - annotationProcessor 'org.projectlombok:lombok:1.18.38' - testCompileOnly 'org.projectlombok:lombok:1.18.38' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.38' + compileOnly 'org.projectlombok:lombok:1.18.42' + annotationProcessor 'org.projectlombok:lombok:1.18.42' + testCompileOnly 'org.projectlombok:lombok:1.18.42' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.42' // Jwt implementation 'com.auth0:java-jwt:4.5.0'