Skip to content

Commit 455ebdb

Browse files
build(deps): bump org.json:json from 20200518 to 20230227
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20200518 to 20230227. - [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] <[email protected]>
1 parent c793daf commit 455ebdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ kotlin {
7373
implementation(libs.apache.commons.lang)
7474
implementation(libs.guava)
7575
implementation(libs.apache.commons.io)
76-
implementation("org.json:json:20200518")
76+
implementation("org.json:json:20230227")
7777
implementation(libs.trove4j)
7878
implementation(libs.apache.commons.collections)
7979

0 commit comments

Comments
 (0)