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")}")