diff --git a/spring-cloud-schema-registry-client/pom.xml b/spring-cloud-schema-registry-client/pom.xml
index cea6a18..ce5fc84 100644
--- a/spring-cloud-schema-registry-client/pom.xml
+++ b/spring-cloud-schema-registry-client/pom.xml
@@ -11,7 +11,7 @@
spring-cloud-schema-registry-client
- 1.8.1
+ 1.8.2
@@ -23,25 +23,32 @@
org.springframework.cloud
spring-cloud-stream
+
+ org.springframework
+ spring-web
+
org.springframework.boot
- spring-boot-starter-web
+ spring-boot-starter
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
org.springframework.boot
spring-boot-configuration-processor
true
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
org.apache.avro
avro
${avro.version}
- true
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
org.springframework.cloud