Skip to content

Commit

Permalink
Patch updates (#1791)
Browse files Browse the repository at this point in the history
* Update logback-classic to 1.5.11

* Update sbt to 1.10.3

* Update sbt-scoverage to 2.2.2

* Update spring-context to 6.1.14
  • Loading branch information
scala-steward authored Oct 21, 2024
1 parent 158a294 commit bd67726
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
val catsEffectVersion = "2.5.5"
val catsCoreVersion = "2.12.0"
val scalapbVersion = scalapb.compiler.Version.scalapbVersion
val springVersion = "6.1.13"
val springVersion = "6.1.14"
val springBootVersion = "2.6.1"

val akkaInmemoryJournal = ("com.github.dnvriend" %% "akka-persistence-inmemory" % "2.5.15.2")
Expand Down Expand Up @@ -124,7 +124,7 @@ object Dependencies {
val objenisis = "org.objenesis" % "objenesis" % "3.4"
val jodaTime = "joda-time" % "joda-time" % "2.13.0"
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.16"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.10"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.11"
val logstash = "net.logstash.logback" % "logstash-logback-encoder" % "7.3"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.1"
val scalaCheckPlus = "org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.2
sbt.version=1.10.3
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")

addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.1.0")

Expand Down

0 comments on commit bd67726

Please sign in to comment.