Browse Source

SONAR-20782 Update json dependency

tags/9.9.3.79811
Léo Geoffroy 7 months ago
parent
commit
6effe09242
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -265,7 +265,7 @@ subprojects {
entry 'okhttp'
entry 'mockwebserver'
}
dependency 'org.json:json:20220924'
dependency 'org.json:json:20231013'
dependency 'com.tngtech.java:junit-dataprovider:1.13.1'
dependencySet(group: 'io.jsonwebtoken', version: '0.11.5') {
entry 'jjwt-api'

Loading…
Cancel
Save