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-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new ba80d0cd Update jackson-databind to 2.21.3 (#518)
ba80d0cd is described below
commit ba80d0cd7e0dbd3d68b94e8d715d64559b919e9d
Author: Scala Steward <[email protected]>
AuthorDate: Wed Apr 29 18:45:14 2026 +0200
Update jackson-databind to 2.21.3 (#518)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index d24209fa..59d32f10 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.2" % Test,
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.21.3" % 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]