diff --git a/core/build.gradle b/core/build.gradle index 47057685cd..515f804f5d 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -70,7 +70,7 @@ dependencies { exclude module: "commons-lang3" exclude module: "commons-text" } - compile group: 'org.yaml', name: 'snakeyaml', version: '1.26' + compile group: 'org.yaml', name: 'snakeyaml', version: '1.32' compile group: 'com.github.seancfoley', name: 'ipaddress', version: '5.3.3' testCompile group: 'com.github.stefanbirkner', name: 'system-rules', version: '1.19.0' compile(group: 'org.apache.commons', name: 'commons-lang3') @@ -185,4 +185,4 @@ if (System.env.CI == 'true') { task copyRuntimeLibs(type: Copy) { into "lib" from configurations.testRuntime -} \ No newline at end of file +} diff --git a/full/build.gradle b/full/build.gradle index 674b3b8a2f..56312d3a36 100644 --- a/full/build.gradle +++ b/full/build.gradle @@ -86,7 +86,7 @@ dependencies { exclude module: "commons-lang3" exclude module: "commons-text" } - compile group: 'org.yaml', name: 'snakeyaml', version: '1.26' + compile group: 'org.yaml', name: 'snakeyaml', version: '1.32' testCompile group: 'com.github.stefanbirkner', name: 'system-rules', version: '1.19.0' testCompile 'net.sourceforge.jexcelapi:jxl:2.6.12'