From 2df4d0f3ca127d56598a7e3b04f4b72306bf51bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:09:54 +0000 Subject: [PATCH] Bump org.json:json from 20230227 to 20230618 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230227 to 20230618. - [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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 73e579b..4308e58 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation fileTree('libs') { include '*.jar' } implementation 'org.zeroturnaround:zt-zip:1.16' // implementation 'org.slf4j:slf4j-simple:1.7.30' - implementation 'org.json:json:20230227' + implementation 'org.json:json:20230618' implementation 'com.squareup.okhttp3:okhttp:4.11.0' implementation 'commons-io:commons-io:2.13.0' implementation 'mysql:mysql-connector-java:8.0.33'