Skip to content

Commit 94fb3b5

Browse files
authored
Merge pull request #154 from 1c-syntax/fix/xstream-bump
Временный переезд на самосборный xstream
2 parents 2e6c80a + 01677d6 commit 94fb3b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ dependencies {
2828
implementation("org.apache.commons", "commons-collections4", "4.4")
2929

3030
// https://mvnrepository.com/artifact/com.thoughtworks.xstream/xstream
31-
implementation("com.thoughtworks.xstream", "xstream", "1.4.12")
31+
// https://github.com/x-stream/xstream/pull/228
32+
implementation("com.github.nixel2007.xstream", "xstream", "7c5b15dedea167761ebeae31097f8d91ad3acc81")
3233

3334
// логирование
3435
implementation("org.slf4j", "slf4j-api", "1.7.30")

0 commit comments

Comments
 (0)