Skip to content

Commit d38c920

Browse files
authored
Update xstream version to 1.4.10 to fix security issue (#885)
1 parent 09f127c commit d38c920

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
@@ -232,7 +232,7 @@ project(":core") {
232232
compile group: 'org.bytedeco.javacpp-presets', name: 'videoinput', version: '0.200-1.1', classifier: os
233233
compile group: 'org.bytedeco.javacpp-presets', name: 'ffmpeg', version: '0.200-1.1', classifier: os
234234
compile group: 'org.python', name: 'jython', version: '2.7.0'
235-
compile group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.4.9'
235+
compile group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.4.10'
236236
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.5'
237237
compile group: 'com.google.guava', name: 'guava', version: '20.0'
238238
compile group: 'com.google.auto.value', name: 'auto-value', version: '1.3'

0 commit comments

Comments
 (0)