Skip to content

Commit d64201b

Browse files
build(deps): bump org.json:json from 20230618 to 20231013
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230618 to 20231013. - [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 2c99fde commit d64201b

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
@@ -69,7 +69,7 @@ kotlin {
6969
implementation(libs.apache.commons.lang)
7070
implementation(libs.guava)
7171
implementation(libs.apache.commons.io)
72-
implementation("org.json:json:20230618")
72+
implementation("org.json:json:20231013")
7373
implementation(libs.trove4j)
7474
implementation(libs.apache.commons.collections)
7575

0 commit comments

Comments
 (0)