diff --git a/pom.xml b/pom.xml index 21c9a09..5888289 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,9 @@ true true 1.4.13 + 1.9.2 + 1.4.192 + 2.11.0 spring-cloud-schema-registry-core @@ -39,10 +42,20 @@ com.fasterxml.jackson jackson-bom - 2.11.0.rc1 + ${jackson-bom.version} import pom + + org.apache.avro + avro + ${avro.version} + + + com.h2database + h2 + ${h2.version} + org.springframework.cloud spring-cloud-stream diff --git a/spring-cloud-schema-registry-client/pom.xml b/spring-cloud-schema-registry-client/pom.xml index 9c44306..70bbd15 100644 --- a/spring-cloud-schema-registry-client/pom.xml +++ b/spring-cloud-schema-registry-client/pom.xml @@ -8,9 +8,6 @@ 4.0.0 spring-cloud-schema-registry-client - - 1.9.2 - @@ -41,7 +38,6 @@ org.apache.avro avro - ${avro.version} org.springframework.boot diff --git a/spring-cloud-schema-registry-core/pom.xml b/spring-cloud-schema-registry-core/pom.xml index b41ab0a..55730e9 100644 --- a/spring-cloud-schema-registry-core/pom.xml +++ b/spring-cloud-schema-registry-core/pom.xml @@ -26,12 +26,10 @@ com.h2database h2 - 1.4.192 org.apache.avro avro - 1.9.2 org.springframework.boot