Skip to content

Commit 4557bac

Browse files
Bump the gradle-dependencies group across 1 directory with 7 updates (#892)
Bumps the gradle-dependencies group with 6 updates in the / directory: | 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` | | [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](google/gson@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](square/okhttp@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](junit-team/junit-framework@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](junit-team/junit-framework@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](square/okio@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](projectlombok/lombok@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59d3f59 commit 4557bac

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,29 @@ configurations {
4848

4949
dependencies {
5050
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
51-
implementation 'com.google.code.gson:gson:2.13.1'
51+
implementation 'com.google.code.gson:gson:2.13.2'
5252
implementation 'org.json:json:20250517'
5353
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
54-
api 'com.squareup.okhttp3:okhttp:4.12.0'
54+
api 'com.squareup.okhttp3:okhttp:5.1.0'
5555

5656
// Use JUnit test framework
57-
testImplementation(platform('org.junit:junit-bom:5.13.0'))
58-
testImplementation('org.junit.jupiter:junit-jupiter:5.13.0')
57+
testImplementation(platform('org.junit:junit-bom:5.13.4'))
58+
testImplementation('org.junit.jupiter:junit-jupiter:5.13.4')
5959
// https://mvnrepository.com/artifact/org.mockito/mockito-core
6060
testImplementation 'org.mockito:mockito-core:4.11.0'
6161
testImplementation 'org.hamcrest:hamcrest:3.0'
62-
testImplementation 'com.squareup.okio:okio:3.12.0'
63-
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
64-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
62+
testImplementation 'com.squareup.okio:okio:3.16.0'
63+
testImplementation 'com.squareup.okhttp3:okhttp:5.1.0'
64+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
6565

6666
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
67-
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.0'
67+
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.0'
6868

6969
// Lombok
70-
compileOnly 'org.projectlombok:lombok:1.18.38'
71-
annotationProcessor 'org.projectlombok:lombok:1.18.38'
72-
testCompileOnly 'org.projectlombok:lombok:1.18.38'
73-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
70+
compileOnly 'org.projectlombok:lombok:1.18.42'
71+
annotationProcessor 'org.projectlombok:lombok:1.18.42'
72+
testCompileOnly 'org.projectlombok:lombok:1.18.42'
73+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.42'
7474

7575
// Jwt
7676
implementation 'com.auth0:java-jwt:4.5.0'

0 commit comments

Comments
 (0)