This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git
The following commit(s) were added to refs/heads/main by this push:
new f83e999 pin-jackson-2.16 (#146)
f83e999 is described below
commit f83e999438d42f033a3dd5c7b31fed6542cfed0d
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Apr 7 12:13:58 2024 +0200
pin-jackson-2.16 (#146)
* pin-jackson-2.16
* Update .scala-steward.conf
---
.scala-steward.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index f6924c7..833a0b0 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -9,6 +9,9 @@ updates.pin = [
{ groupId = "com.lightbend.paradox", artifactId =
"sbt-paradox-project-info", version = "0.9." },
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version =
"0.9." }
+ # https://github.com/apache/pekko/issues/1202
+ { groupId = "com.fasterxml.jackson.core", version="2.16." }
+
# Scala 3.3 is a LTS
{ groupId = "org.scala-lang", artifactId = "scala3-library", version =
"3.3." }
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]