Skip to content

Commit 10d1e81

Browse files
Bump the gradle-dependencies group across 1 directory with 4 updates
Bumps the gradle-dependencies group with 3 updates in the / directory: [org.json:json](https://github.com/douglascrockford/JSON-java), [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) and [com.squareup.okio:okio](https://github.com/square/okio). Updates `org.json:json` from 20250517 to 20251224 - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) Updates `com.squareup.okhttp3:okhttp` from 5.3.0 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.3.0...parent-5.3.2) Updates `com.squareup.okio:okio` from 3.16.2 to 3.16.4 - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](square/okio@3.16.2...parent-3.16.4) Updates `com.squareup.okhttp3:mockwebserver` from 5.3.0 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.3.0...parent-5.3.2) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20251224' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-dependencies - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.squareup.okio:okio dependency-version: 3.16.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb20799 commit 10d1e81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ configurations {
4848
dependencies {
4949
// Library dependencies
5050
implementation 'com.google.code.gson:gson:2.13.2'
51-
implementation 'org.json:json:20250517'
52-
api 'com.squareup.okhttp3:okhttp:5.3.0'
51+
implementation 'org.json:json:20251224'
52+
api 'com.squareup.okhttp3:okhttp:5.3.2'
5353

5454
// JUnit 6
5555
testImplementation(platform('org.junit:junit-bom:6.0.1'))
@@ -58,9 +58,9 @@ dependencies {
5858
// Test libs
5959
testImplementation 'org.mockito:mockito-core:4.11.0'
6060
testImplementation 'org.hamcrest:hamcrest:3.0'
61-
testImplementation 'com.squareup.okio:okio:3.16.2'
62-
testImplementation 'com.squareup.okhttp3:okhttp:5.3.0'
63-
testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.0'
61+
testImplementation 'com.squareup.okio:okio:3.16.4'
62+
testImplementation 'com.squareup.okhttp3:okhttp:5.3.2'
63+
testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2'
6464

6565
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
6666

0 commit comments

Comments
 (0)