Skip to content

Commit 7bc0369

Browse files
Bump org.json:json from 20250517 to 20251224 (#155)
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) 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) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20251224' 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 5328245 commit 7bc0369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
dependencies {
2424
// implementation 'org.apache.bcel:bcel:6.5.0'
2525
implementation fileTree(dir: 'libs', include: '*.jar')
26-
implementation 'org.json:json:20250517'
26+
implementation 'org.json:json:20251224'
2727
implementation 'io.github.ititus:ititus-commons:2.3.3'
2828

2929
testImplementation platform('org.junit:junit-bom:6.0.1')

0 commit comments

Comments
 (0)