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-http.git
The following commit(s) were added to refs/heads/main by this push:
new 8e5bafa71 Update jackson-databind to 3.1.0 (#966)
8e5bafa71 is described below
commit 8e5bafa71f812827f0fc90deb4cdcf6509efe350
Author: Scala Steward <[email protected]>
AuthorDate: Tue Feb 24 20:32:22 2026 +0100
Update jackson-databind to 3.1.0 (#966)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a8bbcca5f..35b9ec10c 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -19,7 +19,7 @@ object Dependencies {
import DependencyHelpers._
val jacksonDatabindVersion = "2.21.0"
- val jacksonDatabind3Version = "3.0.4"
+ val jacksonDatabind3Version = "3.1.0"
val jacksonXmlVersion = jacksonDatabindVersion
val junitVersion = "4.13.2"
val h2specVersion = "2.6.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]