Skip to content

Commit 0568012

Browse files
dependabot[bot]rli
andauthored
Bump slf4j from 2.0.9 to 2.0.16 (#4822)
* Bump slf4j from 2.0.9 to 2.0.16 Bumps `slf4j` from 2.0.9 to 2.0.16. Updates `org.slf4j:slf4j-api` from 2.0.9 to 2.0.16 Updates `org.slf4j:slf4j-jdk14` from 2.0.9 to 2.0.16 --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.slf4j:slf4j-jdk14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update libs.versions.toml * Update build.gradle.kts --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richard Li <742829+rli@users.noreply.github.com>
1 parent bc87d9e commit 0568012

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ node-gradle = "7.0.2"
2828
telemetryGenerator = "1.0.243"
2929
testLogger = "4.0.0"
3030
testRetry = "1.5.10"
31-
# test-only; platform provides slf4j transitively at runtime. <233, 1.7.36; >=233, 2.0.9
32-
slf4j = "2.0.9"
31+
# test-only; platform provides slf4j transitively at runtime
32+
slf4j = "2.0.16"
3333
sshd = "2.13.2"
3434
undercouch-download = "5.2.1"
3535
wiremock = "3.3.1"

plugins/toolkit/jetbrains-core/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,6 @@ dependencies {
190190
implementation(libs.zjsonpatch)
191191

192192
testFixturesApi(testFixtures(project(":plugin-core:jetbrains-community")))
193-
// slf4j is v1.7.36 for <233
194-
// in <233, the classpass binding functionality picks up the wrong impl of StaticLoggerBinder (from the maven plugin instead of IDE platform) and causes a NoClassDefFoundError
195-
// instead of trying to fix the classpath, since it's built by gradle-intellij-plugin, shove slf4j >= 2.0.9 onto the test classpath, which uses a ServiceLoader and call it done
196-
testImplementation(libs.slf4j.api)
197-
testRuntimeOnly(libs.slf4j.jdk14)
198193
}
199194

200195
fun transformXml(document: Document, path: Path) {

0 commit comments

Comments
 (0)