Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Update slf4j-api to 2.0.7 #1338

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ object Dependencies {
val jacksonScala = ("com.fasterxml.jackson.module" %% "jackson-module-scala" % Versions.jackson)
.exclude("com.fasterxml.jackson.core", "jackson-databind")

val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.3"
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.7"
val sprayJson = "io.spray" %% "spray-json" % "1.3.6"
val scalaPbRuntime = "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion

Expand Down