Skip to content

Commit d8ced0c

Browse files
Bump org.json:json from 20250107 to 20250517 in /libcobj (#642)
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20250107 to 20250517. - [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-version: '20250517' 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 b8dc34d commit d8ced0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.12.2")
3838
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
39-
implementation("org.json:json:20250107")
39+
implementation("org.json:json:20250517")
4040
spotbugs("com.github.spotbugs:spotbugs:4.8.6")
4141

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

0 commit comments

Comments
 (0)