Skip to content

Commit

Permalink
fix(deps): update slf4j monorepo to v2.0.16 (#2558)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 24, 2024
1 parent 9b5cb72 commit 8d87853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/templates.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ rocker-gradle-plugin = "3.0.4"
rocker-maven-plugin = "1.4.0"
scram-client = "2.1"
slf4j = "1.7.36"
jul-to-slf4j="2.0.13"
jul-to-slf4j="2.0.16"
slf4j-simple-logger = "2.0.0"
zeebe-micronaut-client = "1.17.0"
ktor = "2.3.12"
Expand Down
2 changes: 1 addition & 1 deletion starter-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
api("info.picocli:picocli-shell-jline3:$picocliVersion")
api("com.fizzed:rocker-runtime:$rockerVersion")

implementation("org.slf4j:slf4j-nop:2.0.13")
implementation("org.slf4j:slf4j-nop:2.0.16")
implementation("org.fusesource.jansi:jansi:1.18")
implementation("org.yaml:snakeyaml")
implementation("javax.inject:javax.inject:1")
Expand Down

0 comments on commit 8d87853

Please sign in to comment.