Skip to content

Commit

Permalink
Merge pull request #143 from InkApplications/dependabot/gradle/org.sl…
Browse files Browse the repository at this point in the history
…f4j-slf4j-nop-2.0.16

Bump org.slf4j:slf4j-nop from 2.0.13 to 2.0.16
  • Loading branch information
ReneeVandervelde authored Aug 17, 2024
2 parents df0b364 + 227f147 commit d7f4752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ application {
dependencies {
implementation(libs.coroutines.core)
implementation("com.github.ajalt.clikt:clikt:4.4.0")
implementation("org.slf4j:slf4j-nop:2.0.13")
implementation("org.slf4j:slf4j-nop:2.0.16")
implementation(projects.core)
}

0 comments on commit d7f4752

Please sign in to comment.