diff --git a/integration-test/build.gradle b/integration-test/build.gradle index bf184d04..2a9c495d 100644 --- a/integration-test/build.gradle +++ b/integration-test/build.gradle @@ -19,9 +19,9 @@ dependencies { implementation platform("io.fabric8:kubernetes-client-bom:7.8.0") - testImplementation 'com.contentgrid.helm.integrationtesting:contentgrid-junit-jupiter-k8s:0.1.10' - testImplementation 'com.contentgrid.helm.integrationtesting:contentgrid-helm-client:0.1.10' - testImplementation 'com.contentgrid.helm.integrationtesting:contentgrid-testcontainers-k3s-cilium:0.1.10' + testImplementation 'com.contentgrid.helm.integrationtesting:contentgrid-junit-jupiter-k8s:0.1.12' + testImplementation 'com.contentgrid.helm.integrationtesting:contentgrid-helm-client:0.1.12' + testImplementation 'com.contentgrid.helm.integrationtesting:contentgrid-testcontainers-k3s-cilium:0.1.12' testImplementation 'org.testcontainers:testcontainers' testImplementation 'org.testcontainers:postgresql' testImplementation 'org.testcontainers:localstack'