Merge pull request #542 from nightscout/dependabot/gradle/dev/com.thoughtworks.xstream-xstream-1.4.17

Bump xstream from 1.4.7 to 1.4.17
This commit is contained in:
Milos Kozak 2021-06-13 22:42:46 +02:00 committed by GitHub
commit 7ae547c6af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ dependencies {
implementation project(':core')
//implementation project(':database')
implementation('com.thoughtworks.xstream:xstream:1.4.7') {
implementation('com.thoughtworks.xstream:xstream:1.4.17') {
exclude group: 'xmlpull', module: 'xmlpull'
}
}