File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ object Dependencies {
99 val scala213 = " 2.13.18"
1010 val scala3 = " 3.3.7"
1111
12- val logback = Seq (" ch.qos.logback" % " logback-core" % " 1.5.25 " )
12+ val logback = Seq (" ch.qos.logback" % " logback-core" % " 1.5.26 " )
1313
14- val assertj = Seq (" org.assertj" % " assertj-core" % " 3.27.6 " )
14+ val assertj = Seq (" org.assertj" % " assertj-core" % " 3.27.7 " )
1515
1616 val awaitility = Seq (" org.awaitility" % " awaitility" % " 4.3.0" )
1717
@@ -69,7 +69,7 @@ object Dependencies {
6969 " org.apache.pekko" %% " pekko-serialization-jackson" % pekkoVersion,
7070 // play-json pulls in newer jackson version than pekkoVersion ships, need to override to avoid exceptions:
7171 // https://github.com/apache/pekko/blob/v1.2.1/project/Dependencies.scala#L110-L111
72- (" com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.20.1 " )
72+ (" com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.20.2 " )
7373 .excludeAll(ExclusionRule (organization = " org.scala-lang" )),
7474 " org.apache.pekko" %% " pekko-slf4j" % pekkoVersion
7575 ).map(_ % Test )
Original file line number Diff line number Diff line change 11#
22# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
33#
4- sbt.version =1.12.0
4+ sbt.version =1.12.1
You can’t perform that action at this time.
0 commit comments