aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
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'
}