Skip to content

Commit

Permalink
[BACKPORT 2.18][PLAT-11662] Upgrade ch.qos.logback:1.2.11
Browse files Browse the repository at this point in the history
Summary:
Upgrade ch.qos.logback:1.2.11.
Original commit: cf10fca / D31112

Test Plan:
Run UTs.
Run itests.

Reviewers: muthu, amalyshev

Reviewed By: amalyshev

Subscribers: yugaware

Tags: #jenkins-ready

Differential Revision: https://phorge.dev.yugabyte.com/D31152
  • Loading branch information
Sahith02 committed Mar 17, 2024
1 parent e5e9cbb commit f0f922f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions managed/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ libraryDependencies ++= Seq(
"com.google.inject.extensions" % "guice-assistedinject" % "5.1.0",
"org.postgresql" % "postgresql" % "42.3.3",
"net.logstash.logback" % "logstash-logback-encoder" % "6.2",
"ch.qos.logback" % "logback-classic" % "1.4.14",
"org.codehaus.janino" % "janino" % "3.1.9",
"org.apache.commons" % "commons-lang3" % "3.13.0",
"org.apache.commons" % "commons-collections4" % "4.4",
Expand Down
2 changes: 1 addition & 1 deletion managed/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencyOverrides ++= jacksonOverrides

dependencyOverrides += "com.google.googlejavaformat" % "google-java-format" % "1.17.0"

libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.11"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.14"

// The Play plugin
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.0")
Expand Down

0 comments on commit f0f922f

Please sign in to comment.