From 496b415ea8ecaec9c7276790d0ed46f093c39c24 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Fri, 22 May 2026 12:10:47 -0700 Subject: [PATCH 1/2] Force consistent version of log4j-slf4j-impl --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index f6feda9094..480d32f9f2 100644 --- a/build.gradle +++ b/build.gradle @@ -221,6 +221,8 @@ allprojects { force "org.apache.logging.log4j:log4j-core:${log4j2Version}" force "org.apache.logging.log4j:log4j-api:${log4j2Version}" force "org.apache.logging.log4j:log4j-1.2-api:${log4j2Version}" + // brought in by SequenceAnalysis, jbrowse + force "org.apache.logging.log4j:log4j-slf4j2-impl:${log4j2Version}" force "org.apache.commons:commons-vfs2:${commonsVfs2Version}" // force version for consistency with saml, query, LDK, and pipeline force "commons-lang:commons-lang:${commonsLangVersion}" From 754741923d6aa5a1799f7a166c1f73febabbbebd Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Fri, 22 May 2026 12:20:39 -0700 Subject: [PATCH 2/2] Correct artifact name --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 480d32f9f2..c83c415c12 100644 --- a/build.gradle +++ b/build.gradle @@ -222,7 +222,7 @@ allprojects { force "org.apache.logging.log4j:log4j-api:${log4j2Version}" force "org.apache.logging.log4j:log4j-1.2-api:${log4j2Version}" // brought in by SequenceAnalysis, jbrowse - force "org.apache.logging.log4j:log4j-slf4j2-impl:${log4j2Version}" + force "org.apache.logging.log4j:log4j-slf4j-impl:${log4j2Version}" force "org.apache.commons:commons-vfs2:${commonsVfs2Version}" // force version for consistency with saml, query, LDK, and pipeline force "commons-lang:commons-lang:${commonsLangVersion}"