You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/19 08:24:25 UTC

[camel-kafka-connector] branch master updated: Bump Apicurio Registry to version 1.3.2.Final

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new 29f6fa5  Bump Apicurio Registry to version 1.3.2.Final
29f6fa5 is described below

commit 29f6fa52d7f13853d18ec1b04858222c3ca0572c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 19 08:59:43 2021 +0100

    Bump Apicurio Registry to version 1.3.2.Final
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index dc7e604..fcd264a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -29,7 +29,7 @@
 
         <kafka.version>2.7.0</kafka.version>
         <camel.version>3.7.0</camel.version>
-        <apicurio.registry.version>1.3.1.Final</apicurio.registry.version>
+        <apicurio.registry.version>1.3.2.Final</apicurio.registry.version>
         <resteasy.version>4.5.6.Final</resteasy.version>
         <version.java>1.8</version.java>
         <version.guava>20.0</version.guava>