From 87c57322443ac802a8444f2a1f1d9b5fad2d9279 Mon Sep 17 00:00:00 2001 From: Mattias Reichel Date: Thu, 9 Feb 2023 13:46:09 +0100 Subject: [PATCH] Upgraded SnakeYaml to get rid of some CVEs. --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index cb9a1b2..bc4da77 100755 --- a/build.gradle +++ b/build.gradle @@ -27,6 +27,9 @@ repositories { maven { url "https://repo.grails.org/grails/core" } } +// Upgrading snakeyaml to 1.33 from 1.30 to get rid of some CVEs +ext['snakeyaml.version'] = '1.33' + dependencies { compileOnly 'io.micronaut:micronaut-inject-groovy' implementation 'org.grails:grails-logging'