JiriOndrusek commented on a change in pull request #2123: URL: https://github.com/apache/camel-quarkus/pull/2123#discussion_r555561912
########## File path: extensions/debezium-mongodb/runtime/pom.xml ########## @@ -31,7 +31,7 @@ <properties> <camel.quarkus.jvmSince>1.0.0</camel.quarkus.jvmSince> - <camel.quarkus.nativeSince>1.0.0</camel.quarkus.nativeSince> + <camel.quarkus.nativeSince>1.5.0</camel.quarkus.nativeSince> Review comment: From the time of the original PR, version should be bumped to 1.6. ########## File path: pom.xml ########## @@ -56,7 +56,7 @@ <commons-lang.version>2.6</commons-lang.version><!-- used by hbase, should be pretty stable as commons-lang is not developed actively anymore --> <commons-math3.version>3.6.1</commons-math3.version><!-- Mess in the transitive dependencies of Spark and hbase-testing-util --> <curator.version>4.3.0</curator.version><!-- Mess in the transitive dependencies of Spark, Zookeeper and other hadoop related components --> - <debezium.version>1.3.0.Final</debezium.version> + <debezium.version>1.4.0.Beta1</debezium.version> Review comment: Here has to be 1.4.0.Final ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org