Skip to content

Commit 1e98025

Browse files
authored
Merge pull request #1214 from scala-steward/update/patches
Patch updates
2 parents 283b7ac + 2050b23 commit 1e98025

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)