diff --git a/build.gradle b/build.gradle index 53b0c4bc..dc4c7b80 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation files('libs/gitignore-file-filter-1.0.0.jar') // https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple - implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1' + implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1' // https://mvnrepository.com/artifact/javax.websocket/javax.websocket-api compileOnly group: 'javax.websocket', name: 'javax.websocket-api', version: '1.1'