diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2024-12-03 16:06:51 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-12-04 20:03:22 +0000 |
commit | 376e48f29532f615d834e2851f7591766ec26f9f (patch) | |
tree | bca44f0489f8179c11423169d9c8a6d2093ecca8 | |
parent | 60e3fd0a5db23c13d1871ba145e0f0ee4fdd56ea (diff) | |
download | sonarqube-376e48f29532f615d834e2851f7591766ec26f9f.tar.gz sonarqube-376e48f29532f615d834e2851f7591766ec26f9f.zip |
SONAR-23764 update com.github.erosb:json-sKema from 0.18.0 to 0.19.0
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index b78a807c43f..869243984d4 100644 --- a/build.gradle +++ b/build.gradle @@ -321,7 +321,7 @@ subprojects { entry 'scribejava-apis' entry 'scribejava-core' } - dependency('com.github.erosb:json-sKema:0.18.0') { + dependency('com.github.erosb:json-sKema:0.19.0') { // this version of json-sKema does not make use of commons-collections, so we can exclude it safely exclude 'commons-collections:commons-collections' } |