Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 118d594

Browse files
committed
Merge branch 'release/2025.05.1'
2 parents b9a0094 + 731dc33 commit 118d594

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

examples/basic-junit4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.holunda.testing</groupId>
88
<artifactId>camunda-bpm-jgiven-examples</artifactId>
9-
<version>2.0.1</version>
9+
<version>2025.05.1</version>
1010
</parent>
1111

1212
<artifactId>camunda-bpm-jgiven-examples-basic-junit4</artifactId>

examples/basic-junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.holunda.testing</groupId>
88
<artifactId>camunda-bpm-jgiven-examples</artifactId>
9-
<version>2.0.1</version>
9+
<version>2025.05.1</version>
1010
</parent>
1111

1212
<artifactId>camunda-bpm-jgiven-examples-basic-junit5</artifactId>

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.holunda.testing</groupId>
88
<artifactId>camunda-bpm-jgiven-parent</artifactId>
9-
<version>2.0.1</version>
9+
<version>2025.05.1</version>
1010
</parent>
1111

1212
<artifactId>camunda-bpm-jgiven-examples</artifactId>
@@ -15,7 +15,7 @@
1515
<properties>
1616
<spring-boot.version>3.4.5</spring-boot.version>
1717
<camunda-process-test-coverage.version>2.8.1</camunda-process-test-coverage.version>
18-
<camunda-platform-7-mockito.version>7.22.0</camunda-platform-7-mockito.version>
18+
<camunda-platform-7-mockito.version>7.23.0</camunda-platform-7-mockito.version>
1919
<junit.version>4.13.2</junit.version>
2020
</properties>
2121

extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.holunda.testing</groupId>
88
<artifactId>camunda-bpm-jgiven-parent</artifactId>
9-
<version>2.0.1</version>
9+
<version>2025.05.1</version>
1010
</parent>
1111

1212
<artifactId>camunda-bpm-jgiven</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.holunda.testing</groupId>
77
<artifactId>camunda-bpm-jgiven-parent</artifactId>
8-
<version>2.0.1</version>
8+
<version>2025.05.1</version>
99
<packaging>pom</packaging>
1010

1111

@@ -15,7 +15,7 @@
1515

1616

1717
<properties>
18-
<camunda.version>7.22.0</camunda.version>
18+
<camunda.version>7.23.0</camunda.version>
1919
<jgiven.version>2.0.2</jgiven.version>
2020
<assertj.version>3.27.3</assertj.version>
2121
<jgiven-kotlin.version>2.0.2.0</jgiven-kotlin.version>

0 commit comments

Comments
 (0)