Skip to content

Commit

Permalink
Merge pull request #11491 from mkurz/akka+netty-upgrade
Browse files Browse the repository at this point in the history
[2.8.x] Upgrade Akka, Netty, Spring, Joda-Time
  • Loading branch information
mkurz committed Oct 17, 2022
2 parents 7673bc2 + fe97191 commit ccf99ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Keys._
import buildinfo.BuildInfo

object Dependencies {
val akkaVersion: String = sys.props.getOrElse("akka.version", "2.6.19")
val akkaVersion: String = sys.props.getOrElse("akka.version", "2.6.20")
val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.1.15")

val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.3"
Expand Down Expand Up @@ -96,7 +96,7 @@ object Dependencies {
case _ => Nil
}

val springFrameworkVersion = "5.2.20.RELEASE"
val springFrameworkVersion = "5.2.22.RELEASE"

def javaDeps(scalaVersion: String) =
Seq(
Expand All @@ -106,7 +106,7 @@ object Dependencies {
) ++ specs2Deps.map(_ % Test)

val joda = Seq(
"joda-time" % "joda-time" % "2.10.13",
"joda-time" % "joda-time" % "2.10.14",
"org.joda" % "joda-convert" % "2.2.2"
)

Expand Down Expand Up @@ -162,7 +162,7 @@ object Dependencies {
sslConfig
) ++ scalaParserCombinators(scalaVersion) ++ specs2Deps.map(_ % Test) ++ javaTestDeps

val nettyVersion = "4.1.77.Final"
val nettyVersion = "4.1.84.Final"

val netty = Seq(
"com.typesafe.netty" % "netty-reactive-streams-http" % "2.0.7",
Expand Down

0 comments on commit ccf99ba

Please sign in to comment.