Skip to content

Commit

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

* Update sbt-ci-release to 1.9.2

* Update junit-jupiter-engine to 5.11.4

* Update spring-context to 6.2.1
  • Loading branch information
scala-steward authored Dec 26, 2024
1 parent a8861c5 commit 4155717
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.2.0"
val springVersion = "6.2.1"
val springBootVersion = "2.6.1"

val akkaInmemoryJournal = ("com.github.dnvriend" %% "akka-persistence-inmemory" % "2.5.15.2")
Expand All @@ -31,7 +31,7 @@ object Dependencies {
val mockitoScalaTest = "org.mockito" %% "mockito-scala-scalatest" % mockitoScalaVersion
val mockServer = "org.mock-server" % "mockserver-netty" % "5.15.0"
val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.3"
val junitJupiter = "org.junit.jupiter" % "junit-jupiter-engine" % "5.11.3"
val junitJupiter = "org.junit.jupiter" % "junit-jupiter-engine" % "5.11.4"

val akkaActor = "com.typesafe.akka" %% "akka-actor" % akkaVersion

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.12"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.14"
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/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")

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

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

Expand Down

0 comments on commit 4155717

Please sign in to comment.