Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.slf4j:slf4j-api to v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 18, 2022
1 parent 780bdcd commit f3e0d4c
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 @@ -50,7 +50,7 @@ dependencies {
implementation("com.cronutils:cron-utils:9.2.0")

// SLF4J Logger
api("org.slf4j:slf4j-api:2.0.3")
api("org.slf4j:slf4j-api:2.0.4")
}

tasks.register("generateMetadata") {
Expand Down

0 comments on commit f3e0d4c

Please sign in to comment.