Skip to content

Commit e32309c

Browse files
authored
build: update to non-vulnerable commons_text/snakeyaml (#2942)
1 parent 8749e2a commit e32309c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ buildscript {
2222
commons_cli : 'commons-cli:commons-cli:1.5.0',
2323
commons_io : 'commons-io:commons-io:2.11.0',
2424
commons_lang : 'org.apache.commons:commons-lang3:3.12.0',
25-
commons_text : 'org.apache.commons:commons-text:1.9',
25+
commons_text : 'org.apache.commons:commons-text:1.10.0',
2626
guava : 'com.google.guava:guava:31.0.1-jre',
2727
junit : 'junit:junit:4.13.2',
2828
proguard_gradle: 'com.guardsquare:proguard-gradle:7.1.1',
29-
snakeyaml : 'org.yaml:snakeyaml:1.29:android',
29+
snakeyaml : 'org.yaml:snakeyaml:1.32:android',
3030
smali : 'org.smali:smali:2.5.2',
3131
xmlpull : 'xpp3:xpp3:1.1.4c',
3232
xmlunit : 'xmlunit:xmlunit:1.6',

0 commit comments

Comments
 (0)