From 01677d66d20b070d27753c252f2c51163abfc487 Mon Sep 17 00:00:00 2001 From: Nikita Gryzlov Date: Thu, 3 Dec 2020 14:38:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D1=8B=D0=B9=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B5=D0=B7=D0=B4=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=81=D0=B0=D0=BC=D0=BE=D1=81=D0=B1=D0=BE=D1=80?= =?UTF-8?q?=D0=BD=D1=8B=D0=B9=20xstream?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")