Skip to content

Commit 7718873

Browse files
Bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.7 in /server/app
Bumps [org.slf4j:slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.7. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/commits) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df38c4d commit 7718873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation("io.ktor:ktor-server-sessions")
2828
implementation("io.ktor:ktor-server-call-logging")
2929
implementation("io.ktor:ktor-network-tls-certificates")
30-
implementation("org.slf4j:slf4j-simple:1.7.36")
30+
implementation("org.slf4j:slf4j-simple:2.0.7")
3131
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
3232
implementation("com.squareup.okhttp3:okhttp")
3333

0 commit comments

Comments
 (0)