diff --git a/build.gradle.kts b/build.gradle.kts index 2ccac6717..a7a44049f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,8 @@ dependencies { implementation("org.apache.commons", "commons-collections4", "4.4") // https://mvnrepository.com/artifact/com.thoughtworks.xstream/xstream - implementation("com.thoughtworks.xstream", "xstream", "1.4.12") + // https://github.com/x-stream/xstream/pull/228 + implementation("com.github.nixel2007.xstream", "xstream", "7c5b15dedea167761ebeae31097f8d91ad3acc81") // логирование implementation("org.slf4j", "slf4j-api", "1.7.30")