Skip to content

Commit

Permalink
Update xstream version to 1.4.10 to fix security issue (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLLeitschuh authored Mar 21, 2018
1 parent 09f127c commit d38c920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ project(":core") {
compile group: 'org.bytedeco.javacpp-presets', name: 'videoinput', version: '0.200-1.1', classifier: os
compile group: 'org.bytedeco.javacpp-presets', name: 'ffmpeg', version: '0.200-1.1', classifier: os
compile group: 'org.python', name: 'jython', version: '2.7.0'
compile group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.4.9'
compile group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.4.10'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.5'
compile group: 'com.google.guava', name: 'guava', version: '20.0'
compile group: 'com.google.auto.value', name: 'auto-value', version: '1.3'
Expand Down

0 comments on commit d38c920

Please # to comment.