Skip to content

Commit db1ced0

Browse files
Bump org.json:json from 20241224 to 20250107 in /libcobj (#571)
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 6f44047 commit db1ced0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libcobj/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation("commons-cli:commons-cli:1.9.0")
3737
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
3838
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
39-
implementation("org.json:json:20241224")
39+
implementation("org.json:json:20250107")
4040
spotbugs("com.github.spotbugs:spotbugs:4.8.6")
4141

4242
implementation("org.slf4j:slf4j-api:2.0.16")

0 commit comments

Comments
 (0)