From 3ec29258fc341a790f9e56c28ece15245708b39e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:00:42 +0000 Subject: [PATCH] Bump org.json:json from 20230618 to 20231013 in /LibreFanControl 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] --- LibreFanControl/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibreFanControl/app/build.gradle.kts b/LibreFanControl/app/build.gradle.kts index 173380c..4101d7a 100644 --- a/LibreFanControl/app/build.gradle.kts +++ b/LibreFanControl/app/build.gradle.kts @@ -39,7 +39,7 @@ kotlin { implementation(compose.material3) // json, use for string (will be replaced in the future) - implementation("org.json:json:20230618") + implementation("org.json:json:20231013") // protobuf implementation("com.google.protobuf:protobuf-kotlin:${project.property("protobuf.version")}")