Merge pull request #1249 from nightscout/dependabot/gradle/dev/com.thoughtworks.xstream-xstream-1.4.19

Bump xstream from 1.4.18 to 1.4.19
This commit is contained in:
Milos Kozak 2022-01-31 11:13:13 +01:00 committed by GitHub
commit 1c74da8360
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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