Merge pull request #643 from nightscout/dependabot/gradle/dev/com.thoughtworks.xstream-xstream-1.4.18

Bump xstream from 1.4.17 to 1.4.18
This commit is contained in:
Milos Kozak 2021-08-24 12:02:52 +02:00 committed by GitHub
commit f12973e26c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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