diff --git a/build.gradle.kts b/build.gradle.kts index ee401a3a3e3..ec9518d24b0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -74,7 +74,7 @@ dependencies { api("org.eclipse.lsp4j", "org.eclipse.lsp4j.websocket.jakarta", "0.21.0") // 1c-syntax - api("com.github.1c-syntax", "bsl-parser", "0.22.0") { + api("com.github.1c-syntax", "bsl-parser", "bba7c0b091aca562ec082829a49f525a9bb5d7ef") { exclude("com.tunnelvisionlabs", "antlr4-annotations") exclude("com.ibm.icu", "*") exclude("org.antlr", "ST4") @@ -88,7 +88,9 @@ dependencies { api("io.github.1c-syntax", "supportconf", "0.1.1") // JLanguageTool - implementation("org.languagetool", "languagetool-core", languageToolVersion) + implementation("org.languagetool", "languagetool-core", languageToolVersion){ + exclude("commons-logging", "commons-logging") + } implementation("org.languagetool", "language-en", languageToolVersion) implementation("org.languagetool", "language-ru", languageToolVersion) @@ -98,7 +100,9 @@ dependencies { // commons utils implementation("commons-io", "commons-io", "2.13.0") implementation("org.apache.commons", "commons-lang3", "3.12.0") - implementation("commons-beanutils", "commons-beanutils", "1.9.4") + implementation("commons-beanutils", "commons-beanutils", "1.9.4"){ + exclude("commons-logging", "commons-logging") + } implementation("org.apache.commons", "commons-collections4", "4.4") implementation("org.apache.commons", "commons-exec", "1.3")