From e32309c96f31d1ca287189c125e809022fd176b6 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 18 Nov 2022 07:19:53 -0500 Subject: [PATCH] build: update to non-vulnerable commons_text/snakeyaml (#2942) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0a286fc6..55415c67 100644 --- a/build.gradle +++ b/build.gradle @@ -22,11 +22,11 @@ buildscript { commons_cli : 'commons-cli:commons-cli:1.5.0', commons_io : 'commons-io:commons-io:2.11.0', commons_lang : 'org.apache.commons:commons-lang3:3.12.0', - commons_text : 'org.apache.commons:commons-text:1.9', + commons_text : 'org.apache.commons:commons-text:1.10.0', guava : 'com.google.guava:guava:31.0.1-jre', junit : 'junit:junit:4.13.2', proguard_gradle: 'com.guardsquare:proguard-gradle:7.1.1', - snakeyaml : 'org.yaml:snakeyaml:1.29:android', + snakeyaml : 'org.yaml:snakeyaml:1.32:android', smali : 'org.smali:smali:2.5.2', xmlpull : 'xpp3:xpp3:1.1.4c', xmlunit : 'xmlunit:xmlunit:1.6',