Skip to content

Commit

Permalink
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.16 (#591)
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] authored Aug 14, 2024
1 parent 483e9aa commit fb56c10
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 @@ -38,7 +38,7 @@ dependencies {
implementation("org.eclipse.jetty:jetty-server:12.0.12")
implementation("org.eclipse.jetty.websocket:jetty-websocket-jetty-server:12.0.12")

runtimeOnly("org.slf4j:slf4j-simple:2.0.13")
runtimeOnly("org.slf4j:slf4j-simple:2.0.16")
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:2.0.10")
runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.22")
runtimeOnly("org.jruby:jruby-core:9.4.8.0")
Expand Down

0 comments on commit fb56c10

Please sign in to comment.