Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

fix(deps): bump slf4j-api from 2.0.2 to 2.0.3 #138

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val jspecifyVersion = "0.2.0"
dependencies {
compileOnly("com.github.spotbugs:spotbugs:$spotbugsVersion")
compileOnly("org.jspecify:jspecify:$jspecifyVersion")
compileOnly("org.slf4j:slf4j-api:2.0.2")
compileOnly("org.slf4j:slf4j-api:2.0.3")
testImplementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0")
testImplementation("com.github.spotbugs:spotbugs:$spotbugsVersion")
testImplementation("com.github.spotbugs:test-harness:$spotbugsVersion")
Expand Down