Skip to content

Commit a92d8ac

Browse files
author
Aman Khare
committed
Bumped snakeyaml version to address CVE-2022-25857
Signed-off-by: Aman Khare <amkhar@amazon.com>
1 parent 81c2002 commit a92d8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ configurations.all {
121121
force 'org.apache.httpcomponents.client5:httpclient5:5.0.3'
122122
force 'org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3'
123123
force 'com.fasterxml.jackson.core:jackson-databind:2.12.6'
124-
force 'org.yaml:snakeyaml:1.26'
124+
force 'org.yaml:snakeyaml:1.31'
125125
force 'org.codehaus.plexus:plexus-utils:3.0.24'
126126
}
127127
}

0 commit comments

Comments
 (0)