This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new 0a3ee294d Pin com.fasterxml.jackson.dataformat (#1047)
0a3ee294d is described below
commit 0a3ee294db7e666ebc056b005244dfb458db8663
Author: Philippus Baalman <[email protected]>
AuthorDate: Sun May 31 16:41:18 2026 +0200
Pin com.fasterxml.jackson.dataformat (#1047)
---
.scala-steward.conf | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 89287027a..b85d241e7 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -7,7 +7,9 @@ updates.ignore = [
{ groupId = "org.apache.pekko", artifactId = "pekko-stream-testkit" },
{ groupId = "org.apache.pekko", artifactId = "pekko-multi-node-testkit" },
{ groupId = "org.apache.pekko", artifactId = "pekko-http" },
- { groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
+ { groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" },
+ // this will get updated along with jackson-databind, so no need to update
separately
+ { groupId = "com.fasterxml.jackson.dataformat" }
]
updates.pin = [
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]