diff --git a/schema-registry/spring-cloud-stream-schema-registry-client/pom.xml b/schema-registry/spring-cloud-stream-schema-registry-client/pom.xml
index 54f683044..6d28952e9 100644
--- a/schema-registry/spring-cloud-stream-schema-registry-client/pom.xml
+++ b/schema-registry/spring-cloud-stream-schema-registry-client/pom.xml
@@ -39,6 +39,12 @@
org.apache.avro
avro
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+ 2.15.3
+
org.springframework.boot
spring-boot-starter-test
diff --git a/schema-registry/spring-cloud-stream-schema-registry-core/pom.xml b/schema-registry/spring-cloud-stream-schema-registry-core/pom.xml
index 64a2f3316..51d1ceacb 100644
--- a/schema-registry/spring-cloud-stream-schema-registry-core/pom.xml
+++ b/schema-registry/spring-cloud-stream-schema-registry-core/pom.xml
@@ -36,6 +36,12 @@
spring-boot-configuration-processor
true
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+ 2.15.3
+
diff --git a/schema-registry/spring-cloud-stream-schema-registry-server/pom.xml b/schema-registry/spring-cloud-stream-schema-registry-server/pom.xml
index 0928f0d8b..14b118e60 100644
--- a/schema-registry/spring-cloud-stream-schema-registry-server/pom.xml
+++ b/schema-registry/spring-cloud-stream-schema-registry-server/pom.xml
@@ -37,6 +37,12 @@
org.postgresql
postgresql
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+ 2.15.3
+