Skip to content

Commit ad38ca1

Browse files
Bump org.json:json from 20241224 to 20250107 (#419)
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20241224 to 20250107. - [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) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10891b0 commit ad38ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"
7171
testImplementation "org.assertj:assertj-core:3.27.2"
7272
testImplementation "org.mockito:mockito-core:5.15.2"
73-
testImplementation 'org.json:json:20241224'
73+
testImplementation 'org.json:json:20250107'
7474
androidTestImplementation 'androidx.test:runner:1.6.2'
7575
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
7676
}

securesmsproxyapi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ dependencies {
141141
testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.4"
142142
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"
143143
testImplementation "org.assertj:assertj-core:3.27.2"
144-
testImplementation 'org.json:json:20241224'
144+
testImplementation 'org.json:json:20250107'
145145
testImplementation "org.mockito:mockito-core:5.15.2"
146146
androidTestImplementation 'androidx.test:runner:1.6.2'
147147
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

0 commit comments

Comments
 (0)