From 18c29dd55b50dfd7b7ba6a2684092dbc59751e5f Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Tue, 28 Apr 2020 16:07:53 +0200 Subject: [PATCH] Upgrade Avro to 1.9.2 (#36) * Upgrade Avro to 1.9.2 Resolves #25 * fix a misspelled group name --- pom.xml | 7 +++++++ spring-cloud-schema-registry-client/pom.xml | 8 +++++++- spring-cloud-schema-registry-core/pom.xml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9d28417..21c9a09 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,13 @@ + + com.fasterxml.jackson + jackson-bom + 2.11.0.rc1 + import + pom + 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 ff6d539..027732c 100644 --- a/spring-cloud-schema-registry-client/pom.xml +++ b/spring-cloud-schema-registry-client/pom.xml @@ -9,7 +9,7 @@ spring-cloud-schema-registry-client - 1.8.2 + 1.9.2 @@ -65,6 +65,12 @@ com.fasterxml.jackson.dataformat jackson-dataformat-avro + + + org.apache.avro + avro + + test diff --git a/spring-cloud-schema-registry-core/pom.xml b/spring-cloud-schema-registry-core/pom.xml index 8186ea7..b41ab0a 100644 --- a/spring-cloud-schema-registry-core/pom.xml +++ b/spring-cloud-schema-registry-core/pom.xml @@ -31,7 +31,7 @@ org.apache.avro avro - 1.8.1 + 1.9.2 org.springframework.boot