Skip to content

Commit

Permalink
Bump slf4j-api from 2.0.4 to 2.0.5 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 1, 2022
1 parent c80612c commit 9f4292b
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 @@ -31,7 +31,7 @@ dependencies {
implementation("io.ktor:ktor-server-content-negotiation:2.1.3")
implementation("io.ktor:ktor-server-status-pages:2.1.3")

implementation("org.slf4j:slf4j-api:2.0.4")
implementation("org.slf4j:slf4j-api:2.0.5")

implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.0") // needed for multipart parsing
// when updating version here, don't forge to update version in OpenAPIGen.kt line 68
Expand Down

0 comments on commit 9f4292b

Please sign in to comment.