From 8626568dce9541c0a344725a4143c282abf330b3 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Thu, 23 Apr 2020 18:17:16 +0200 Subject: [PATCH] Upgrade Avro to 1.9.2 Resolves #25 --- 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..2bdda0e 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.agro + 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