From 6caa95b688eeb800d8984d6bda88f65625cb2949 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 08:28:37 +0000 Subject: [PATCH] Bump snakeyaml from 1.19 to 1.29 Bumps [snakeyaml](https://bitbucket.org/asomov/snakeyaml) from 1.19 to 1.29. - [Commits](https://bitbucket.org/asomov/snakeyaml/branches/compare/snakeyaml-1.29..snakeyaml-1.19) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 634a389..d1b0c93 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { compile group: 'com.h2database', name: 'h2', version: '1.4.196' - compile group: 'org.yaml', name: 'snakeyaml', version: '1.19' + compile group: 'org.yaml', name: 'snakeyaml', version: '1.29' compile group: 'org.springframework.security.oauth', name: 'spring-security-oauth2', version: '2.2.1.RELEASE'