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-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new d07f037c Update jackson-databind to 2.21.1 (#471)
d07f037c is described below
commit d07f037c81f453f538b926dee2dd375cad46402f
Author: Scala Steward <[email protected]>
AuthorDate: Wed Feb 25 00:05:01 2026 +0100
Update jackson-databind to 2.21.1 (#471)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index d2ad2916..57835a1d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -31,7 +31,7 @@ object Dependencies {
"org.testcontainers" % "kafka" % testcontainersVersion % Test,
"org.scalatest" %% "scalatest" % scalaTestVersion % Test,
"io.spray" %% "spray-json" % "1.3.6" % Test,
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.21.0" % Test,
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.21.1" % Test,
// See
http://hamcrest.org/JavaHamcrest/distributables#upgrading-from-hamcrest-1x
"org.hamcrest" % "hamcrest-library" % "3.0" % Test,
"org.hamcrest" % "hamcrest" % "3.0" % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]