Browse Source

Fix CVE-2024-57699 for json-smart

pull/1030/head
Uday Kumar 3 weeks ago committed by GitHub
parent
commit
1f47dbadce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      build.gradle

2
build.gradle

@ -12,7 +12,7 @@ buildscript {
ext { ext {
libs = [ libs = [
jsonSmart : 'net.minidev:json-smart:2.5.1', jsonSmart : 'net.minidev:json-smart:2.5.2',
slf4jApi : 'org.slf4j:slf4j-api:2.0.11', slf4jApi : 'org.slf4j:slf4j-api:2.0.11',
gson : 'com.google.code.gson:gson:2.10.1', gson : 'com.google.code.gson:gson:2.10.1',
hamcrest : 'org.hamcrest:hamcrest:2.2', hamcrest : 'org.hamcrest:hamcrest:2.2',

Loading…
Cancel
Save