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 45f27b3 Upgrade Strimzi to version 0.22.0
45f27b3 is described below
commit 45f27b328cd48f25dbdcb094e1818791a8e09899
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Mar 17 08:59:10 2021 +0100
Upgrade Strimzi to version 0.22.0
---
parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 4230a7f..57538a2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -62,8 +62,8 @@
<gmavenplus-plugin-version>1.9.0</gmavenplus-plugin-version>
<groovy-version>3.0.7</groovy-version>
-
<itest.zookeeper.container.image>quay.io/strimzi/kafka:0.21.1-kafka-2.7.0</itest.zookeeper.container.image>
-
<itest.strimzi.container.image>quay.io/strimzi/kafka:0.21.1-kafka-2.7.0</itest.strimzi.container.image>
+
<itest.zookeeper.container.image>quay.io/strimzi/kafka:0.22.0-kafka-2.7.0</itest.zookeeper.container.image>
+
<itest.strimzi.container.image>quay.io/strimzi/kafka:0.22.0-kafka-2.7.0</itest.strimzi.container.image>
<checkstyle.failOnViolation>false</checkstyle.failOnViolation>
</properties>