Skip to content

Commit

Permalink
test: updated integration tests due to Camunda 7.22 and Camunda 8.6 s…
Browse files Browse the repository at this point in the history
…upport
  • Loading branch information
gclaussn committed Oct 20, 2024
1 parent 6fe9900 commit a6cb424
Show file tree
Hide file tree
Showing 19 changed files with 61 additions and 22 deletions.
2 changes: 1 addition & 1 deletion integration-tests-8/advanced-multi-instance/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
15 changes: 14 additions & 1 deletion integration-tests-8/advanced-multi-instance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Versions -->
<camunda.zeebe.version>8.5.5</camunda.zeebe.version>
<camunda.zeebe.version>8.6.3</camunda.zeebe.version>
<google.truth.version>1.4.4</google.truth.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<slf4j.version>1.7.36</slf4j.version>
Expand All @@ -25,6 +25,18 @@
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<dependency> <!-- https://github.com/camunda-community-hub/spring-zeebe/issues/920 -->
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.65.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.immutables</groupId>
Expand All @@ -44,6 +56,7 @@
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-extension</artifactId>
<version>${camunda.zeebe.version}</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests-8/advanced/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
15 changes: 14 additions & 1 deletion integration-tests-8/advanced/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Versions -->
<camunda.zeebe.version>8.5.5</camunda.zeebe.version>
<camunda.zeebe.version>8.6.3</camunda.zeebe.version>
<google.truth.version>1.4.4</google.truth.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<slf4j.version>1.7.36</slf4j.version>
Expand All @@ -25,6 +25,18 @@
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<dependency> <!-- https://github.com/camunda-community-hub/spring-zeebe/issues/920 -->
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.65.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.immutables</groupId>
Expand All @@ -44,6 +56,7 @@
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-extension</artifactId>
<version>${camunda.zeebe.version}</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests-8/simple/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
15 changes: 14 additions & 1 deletion integration-tests-8/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Versions -->
<camunda.zeebe.version>8.5.5</camunda.zeebe.version>
<camunda.zeebe.version>8.6.3</camunda.zeebe.version>
<google.truth.version>1.4.4</google.truth.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<slf4j.version>1.7.36</slf4j.version>
Expand All @@ -25,6 +25,18 @@
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<dependency> <!-- https://github.com/camunda-community-hub/spring-zeebe/issues/920 -->
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.65.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.immutables</groupId>
Expand All @@ -44,6 +56,7 @@
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-extension</artifactId>
<version>${camunda.zeebe.version}</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/advanced-multi-instance/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/advanced-multi-instance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Versions -->
<assertj.version>3.26.3</assertj.version>
<camunda.bpm.version>7.21.0</camunda.bpm.version>
<camunda.bpm.version>7.22.0</camunda.bpm.version>
<camunda.bpm.assert.version>15.0.0</camunda.bpm.assert.version>
<h2.version>2.2.224</h2.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/advanced-spring-boot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/advanced-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Versions -->
<assertj.version>3.26.3</assertj.version>
<camunda.bpm.version>7.21.0</camunda.bpm.version>
<camunda.bpm.version>7.22.0</camunda.bpm.version>
<camunda.bpm.assert.version>15.0.0</camunda.bpm.assert.version>
<h2.version>2.2.224</h2.version>
<spring.boot.version>3.3.4</spring.boot.version>
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/advanced-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/advanced-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Versions -->
<assertj.version>3.26.3</assertj.version>
<camunda.bpm.version>7.21.0</camunda.bpm.version>
<camunda.bpm.version>7.22.0</camunda.bpm.version>
<camunda.bpm.assert.version>15.0.0</camunda.bpm.assert.version>
<h2.version>2.2.224</h2.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/advanced/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/advanced/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Versions -->
<assertj.version>3.26.3</assertj.version>
<camunda.bpm.version>7.21.0</camunda.bpm.version>
<camunda.bpm.version>7.22.0</camunda.bpm.version>
<camunda.bpm.assert.version>15.0.0</camunda.bpm.assert.version>
<h2.version>2.2.224</h2.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/coverage-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Versions -->
<assertj.version>3.26.3</assertj.version>
<camunda.bpm.version>7.21.0</camunda.bpm.version>
<camunda.bpm.version>7.22.0</camunda.bpm.version>
<camunda.bpm.assert.version>15.0.0</camunda.bpm.assert.version>
<camunda.process.test.coverage.version>2.3.1</camunda.process.test.coverage.version>
<h2.version>2.2.224</h2.version>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/coverage-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Versions -->
<assertj.version>3.26.3</assertj.version>
<camunda.bpm.version>7.21.0</camunda.bpm.version>
<camunda.bpm.version>7.22.0</camunda.bpm.version>
<camunda.bpm.assert.version>15.0.0</camunda.bpm.assert.version>
<camunda.process.test.coverage.version>2.3.1</camunda.process.test.coverage.version>
<h2.version>2.2.224</h2.version>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Versions -->
<assertj.version>3.26.3</assertj.version>
<camunda.bpm.version>7.21.0</camunda.bpm.version>
<camunda.bpm.version>7.22.0</camunda.bpm.version>
<camunda.bpm.assert.version>15.0.0</camunda.bpm.assert.version>
<camunda.process.test.coverage.version>2.3.1</camunda.process.test.coverage.version>
<h2.version>2.2.224</h2.version>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/simple/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Versions -->
<assertj.version>3.26.3</assertj.version>
<camunda.bpm.version>7.21.0</camunda.bpm.version>
<camunda.bpm.version>7.22.0</camunda.bpm.version>
<camunda.bpm.assert.version>15.0.0</camunda.bpm.assert.version>
<h2.version>2.2.224</h2.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
Expand Down

0 comments on commit a6cb424

Please sign in to comment.