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:
commit
7ae547c6af
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ dependencies {
|
||||||
implementation project(':core')
|
implementation project(':core')
|
||||||
//implementation project(':database')
|
//implementation project(':database')
|
||||||
|
|
||||||
implementation('com.thoughtworks.xstream:xstream:1.4.7') {
|
implementation('com.thoughtworks.xstream:xstream:1.4.17') {
|
||||||
exclude group: 'xmlpull', module: 'xmlpull'
|
exclude group: 'xmlpull', module: 'xmlpull'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue