diff --git a/integration-tests-8/advanced-multi-instance/build.gradle b/integration-tests-8/advanced-multi-instance/build.gradle index be5a2c6..bb59832 100644 --- a/integration-tests-8/advanced-multi-instance/build.gradle +++ b/integration-tests-8/advanced-multi-instance/build.gradle @@ -9,7 +9,7 @@ repositories { } dependencies { - testImplementation 'io.camunda:zeebe-process-test-extension:8.5.5' + testImplementation 'io.camunda:zeebe-process-test-extension:8.6.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' testImplementation 'com.google.truth:truth:1.4.4' diff --git a/integration-tests-8/advanced-multi-instance/pom.xml b/integration-tests-8/advanced-multi-instance/pom.xml index 8cc08d5..989ec1f 100644 --- a/integration-tests-8/advanced-multi-instance/pom.xml +++ b/integration-tests-8/advanced-multi-instance/pom.xml @@ -9,7 +9,7 @@ UTF-8 - 8.5.5 + 8.6.3 1.4.4 5.10.1 1.7.36 @@ -25,6 +25,18 @@ + + + + io.grpc + grpc-bom + 1.65.1 + pom + import + + + + org.immutables @@ -44,6 +56,7 @@ io.camunda zeebe-process-test-extension ${camunda.zeebe.version} + test diff --git a/integration-tests-8/advanced/build.gradle b/integration-tests-8/advanced/build.gradle index be5a2c6..bb59832 100644 --- a/integration-tests-8/advanced/build.gradle +++ b/integration-tests-8/advanced/build.gradle @@ -9,7 +9,7 @@ repositories { } dependencies { - testImplementation 'io.camunda:zeebe-process-test-extension:8.5.5' + testImplementation 'io.camunda:zeebe-process-test-extension:8.6.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' testImplementation 'com.google.truth:truth:1.4.4' diff --git a/integration-tests-8/advanced/pom.xml b/integration-tests-8/advanced/pom.xml index 9f50964..a918270 100644 --- a/integration-tests-8/advanced/pom.xml +++ b/integration-tests-8/advanced/pom.xml @@ -9,7 +9,7 @@ UTF-8 - 8.5.5 + 8.6.3 1.4.4 5.10.1 1.7.36 @@ -25,6 +25,18 @@ + + + + io.grpc + grpc-bom + 1.65.1 + pom + import + + + + org.immutables @@ -44,6 +56,7 @@ io.camunda zeebe-process-test-extension ${camunda.zeebe.version} + test diff --git a/integration-tests-8/simple/build.gradle b/integration-tests-8/simple/build.gradle index be5a2c6..bb59832 100644 --- a/integration-tests-8/simple/build.gradle +++ b/integration-tests-8/simple/build.gradle @@ -9,7 +9,7 @@ repositories { } dependencies { - testImplementation 'io.camunda:zeebe-process-test-extension:8.5.5' + testImplementation 'io.camunda:zeebe-process-test-extension:8.6.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' testImplementation 'com.google.truth:truth:1.4.4' diff --git a/integration-tests-8/simple/pom.xml b/integration-tests-8/simple/pom.xml index f7f10c8..cb716cb 100644 --- a/integration-tests-8/simple/pom.xml +++ b/integration-tests-8/simple/pom.xml @@ -9,7 +9,7 @@ UTF-8 - 8.5.5 + 8.6.3 1.4.4 5.10.1 1.7.36 @@ -25,6 +25,18 @@ + + + + io.grpc + grpc-bom + 1.65.1 + pom + import + + + + org.immutables @@ -44,6 +56,7 @@ io.camunda zeebe-process-test-extension ${camunda.zeebe.version} + test diff --git a/integration-tests/advanced-multi-instance/build.gradle b/integration-tests/advanced-multi-instance/build.gradle index 8f5e91c..8b1cd9c 100644 --- a/integration-tests/advanced-multi-instance/build.gradle +++ b/integration-tests/advanced-multi-instance/build.gradle @@ -9,7 +9,7 @@ repositories { } dependencies { - implementation 'org.camunda.bpm:camunda-engine:7.21.0' + implementation 'org.camunda.bpm:camunda-engine:7.22.0' testImplementation 'org.slf4j:slf4j-reload4j:1.7.36' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' diff --git a/integration-tests/advanced-multi-instance/pom.xml b/integration-tests/advanced-multi-instance/pom.xml index 7d87f67..9419a53 100644 --- a/integration-tests/advanced-multi-instance/pom.xml +++ b/integration-tests/advanced-multi-instance/pom.xml @@ -11,7 +11,7 @@ 3.26.3 - 7.21.0 + 7.22.0 15.0.0 2.2.224 5.10.1 diff --git a/integration-tests/advanced-spring-boot/build.gradle b/integration-tests/advanced-spring-boot/build.gradle index 6b62573..94fd495 100644 --- a/integration-tests/advanced-spring-boot/build.gradle +++ b/integration-tests/advanced-spring-boot/build.gradle @@ -9,8 +9,8 @@ repositories { } dependencies { - implementation 'org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter:7.21.0' - implementation 'org.camunda.bpm:camunda-engine-plugin-spin:7.21.0' + implementation 'org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter:7.22.0' + implementation 'org.camunda.bpm:camunda-engine-plugin-spin:7.22.0' implementation 'org.camunda.spin:camunda-spin-dataformat-json-jackson:1.23.0' testImplementation 'org.hamcrest:hamcrest-core:2.2' diff --git a/integration-tests/advanced-spring-boot/pom.xml b/integration-tests/advanced-spring-boot/pom.xml index eb2e237..e7ef258 100644 --- a/integration-tests/advanced-spring-boot/pom.xml +++ b/integration-tests/advanced-spring-boot/pom.xml @@ -11,7 +11,7 @@ 3.26.3 - 7.21.0 + 7.22.0 15.0.0 2.2.224 3.3.4 diff --git a/integration-tests/advanced-spring/build.gradle b/integration-tests/advanced-spring/build.gradle index 98f08fd..8c51eae 100644 --- a/integration-tests/advanced-spring/build.gradle +++ b/integration-tests/advanced-spring/build.gradle @@ -9,9 +9,9 @@ repositories { } dependencies { - implementation 'org.camunda.bpm:camunda-engine:7.21.0' - implementation 'org.camunda.bpm:camunda-engine-plugin-spin:7.21.0' - implementation 'org.camunda.bpm:camunda-engine-spring:7.21.0' + implementation 'org.camunda.bpm:camunda-engine:7.22.0' + implementation 'org.camunda.bpm:camunda-engine-plugin-spin:7.22.0' + implementation 'org.camunda.bpm:camunda-engine-spring:7.22.0' implementation 'org.springframework:spring-beans:6.1.14' implementation 'org.springframework:spring-context:6.1.14' implementation 'org.springframework:spring-jdbc:6.1.14' diff --git a/integration-tests/advanced-spring/pom.xml b/integration-tests/advanced-spring/pom.xml index 4f99973..608e2d0 100644 --- a/integration-tests/advanced-spring/pom.xml +++ b/integration-tests/advanced-spring/pom.xml @@ -11,7 +11,7 @@ 3.26.3 - 7.21.0 + 7.22.0 15.0.0 2.2.224 5.10.1 diff --git a/integration-tests/advanced/build.gradle b/integration-tests/advanced/build.gradle index 8f5e91c..8b1cd9c 100644 --- a/integration-tests/advanced/build.gradle +++ b/integration-tests/advanced/build.gradle @@ -9,7 +9,7 @@ repositories { } dependencies { - implementation 'org.camunda.bpm:camunda-engine:7.21.0' + implementation 'org.camunda.bpm:camunda-engine:7.22.0' testImplementation 'org.slf4j:slf4j-reload4j:1.7.36' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' diff --git a/integration-tests/advanced/pom.xml b/integration-tests/advanced/pom.xml index 655822b..3eb86f7 100644 --- a/integration-tests/advanced/pom.xml +++ b/integration-tests/advanced/pom.xml @@ -11,7 +11,7 @@ 3.26.3 - 7.21.0 + 7.22.0 15.0.0 2.2.224 5.10.1 diff --git a/integration-tests/coverage-spring-boot/pom.xml b/integration-tests/coverage-spring-boot/pom.xml index 3780685..04e4fb6 100644 --- a/integration-tests/coverage-spring-boot/pom.xml +++ b/integration-tests/coverage-spring-boot/pom.xml @@ -11,7 +11,7 @@ 3.26.3 - 7.21.0 + 7.22.0 15.0.0 2.3.1 2.2.224 diff --git a/integration-tests/coverage-spring/pom.xml b/integration-tests/coverage-spring/pom.xml index 2853312..ec4de47 100644 --- a/integration-tests/coverage-spring/pom.xml +++ b/integration-tests/coverage-spring/pom.xml @@ -11,7 +11,7 @@ 3.26.3 - 7.21.0 + 7.22.0 15.0.0 2.3.1 2.2.224 diff --git a/integration-tests/coverage/pom.xml b/integration-tests/coverage/pom.xml index 364ea1d..dc7d135 100644 --- a/integration-tests/coverage/pom.xml +++ b/integration-tests/coverage/pom.xml @@ -11,7 +11,7 @@ 3.26.3 - 7.21.0 + 7.22.0 15.0.0 2.3.1 2.2.224 diff --git a/integration-tests/simple/build.gradle b/integration-tests/simple/build.gradle index 8f5e91c..8b1cd9c 100644 --- a/integration-tests/simple/build.gradle +++ b/integration-tests/simple/build.gradle @@ -9,7 +9,7 @@ repositories { } dependencies { - implementation 'org.camunda.bpm:camunda-engine:7.21.0' + implementation 'org.camunda.bpm:camunda-engine:7.22.0' testImplementation 'org.slf4j:slf4j-reload4j:1.7.36' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' diff --git a/integration-tests/simple/pom.xml b/integration-tests/simple/pom.xml index 24b9ce7..1883f3a 100644 --- a/integration-tests/simple/pom.xml +++ b/integration-tests/simple/pom.xml @@ -11,7 +11,7 @@ 3.26.3 - 7.21.0 + 7.22.0 15.0.0 2.2.224 5.10.1