diff --git a/example/build.gradle b/example/build.gradle index 5cf76ecf..6517cb22 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -67,7 +67,7 @@ dependencies { configurations.all { resolutionStrategy { - force 'org.yaml:snakeyaml:1.33' + force 'org.yaml:snakeyaml:2.2' } } diff --git a/lib/build.gradle b/lib/build.gradle index a7ef3789..77fb949b 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -88,6 +88,6 @@ dependencies { configurations.all { resolutionStrategy { - force 'org.yaml:snakeyaml:1.33' + force 'org.yaml:snakeyaml:2.2' } } \ No newline at end of file