We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e6c80a + 01677d6 commit 94fb3b5Copy full SHA for 94fb3b5
build.gradle.kts
@@ -28,7 +28,8 @@ dependencies {
28
implementation("org.apache.commons", "commons-collections4", "4.4")
29
30
// https://mvnrepository.com/artifact/com.thoughtworks.xstream/xstream
31
- implementation("com.thoughtworks.xstream", "xstream", "1.4.12")
+ // https://github.com/x-stream/xstream/pull/228
32
+ implementation("com.github.nixel2007.xstream", "xstream", "7c5b15dedea167761ebeae31097f8d91ad3acc81")
33
34
// логирование
35
implementation("org.slf4j", "slf4j-api", "1.7.30")
0 commit comments