Skip to content

Commit

Permalink
Merge pull request #57
Browse files Browse the repository at this point in the history
* Bump org.slf4j:slf4j-api from 1.7.32 to 2.0.9
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent fc837b2 commit a8400af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ java {
}
dependencies {
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
implementation("org.slf4j:slf4j-api:1.7.32")
implementation("org.slf4j:slf4j-api:2.0.9")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation("org.junit.vintage:junit-vintage-engine:5.10.0")
Expand Down

0 comments on commit a8400af

Please sign in to comment.