Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debezium-testing/debezium-testing-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>Debezium OpenShift integration test-suite</name>

<properties>
<version.fabric8.client>4.6.4</version.fabric8.client>
<version.fabric8.client>6.0.0</version.fabric8.client>
<version.strimzi>0.16.2</version.strimzi>
<version.junit5>5.5.1</version.junit5>
<version.junit5.pioneer>0.5.1</version.junit5.pioneer>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<quarkus.version>1.4.1.Final</quarkus.version>

<!-- HTTP client -->
<version.okhttp>4.2.2</version.okhttp>
<version.okhttp>4.9.2</version.okhttp>

<!-- Scripting -->
<version.groovy>3.0.2</version.groovy>
Expand All @@ -99,7 +99,7 @@
<version.awaitility>4.0.1</version.awaitility>
<version.testcontainers>1.12.5</version.testcontainers>
<version.jsonpath>2.4.0</version.jsonpath>
<version.okhttp>4.2.2</version.okhttp>
<version.okhttp>4.9.2</version.okhttp>

<!-- Maven Plugins -->
<version.compiler.plugin>3.8.1</version.compiler.plugin>
Expand Down Expand Up @@ -143,13 +143,13 @@
<format.imports.goal>sort</format.imports.goal>

<!-- No debug options by default -->
<debug.argline />
<debug.argline/>

<!-- No modules options by default -->
<modules.argline />
<modules.argline/>

<!-- No test options by default -->
<test.argline />
<test.argline/>

<!-- Assembly configuration -->
<assembly.descriptor>connector-distribution</assembly.descriptor>
Expand Down