Skip to content

Commit 93706fe

Browse files
committed
Merge branch 'release/2025.05.1'
2 parents 329fecb + 1fd1b60 commit 93706fe

File tree

12 files changed

+28
-27
lines changed

12 files changed

+28
-27
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ build/
4444
### DEV
4545
_tmp/
4646
.repository/
47+
.DS_Store

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.bpm-crafters.process-engine-adapters</groupId>
66
<artifactId>process-engine-adapter-camunda-platform-c7-root</artifactId>
7-
<version>2025.04.3</version>
7+
<version>2025.05.1</version>
88
</parent>
99

1010
<artifactId>process-engine-adapter-camunda-platform-c7-bom</artifactId>

engine-adapter/adapter-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.bpm-crafters.process-engine-adapters</groupId>
88
<artifactId>process-engine-adapter-camunda-platform-c7-root</artifactId>
9-
<version>2025.04.3</version>
9+
<version>2025.05.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

engine-adapter/c7-embedded-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<parent>
66
<groupId>dev.bpm-crafters.process-engine-adapters</groupId>
77
<artifactId>process-engine-adapter-camunda-platform-c7-root</artifactId>
8-
<version>2025.04.3</version>
8+
<version>2025.05.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>process-engine-adapter-camunda-platform-c7-embedded-core</artifactId>
1313
<name>Adapter: C7 Embedded Core</name>
1414

1515
<properties>
16-
<camunda.version>7.22.0</camunda.version>
16+
<camunda.version>7.23.0</camunda.version>
1717
</properties>
1818

1919
<dependencyManagement>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.camunda.community.mockito</groupId>
8989
<artifactId>camunda-platform-7-mockito</artifactId>
90-
<version>7.22.0</version>
90+
<version>7.23.2</version>
9191
<scope>test</scope>
9292
</dependency>
9393

engine-adapter/c7-embedded-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.bpm-crafters.process-engine-adapters</groupId>
77
<artifactId>process-engine-adapter-camunda-platform-c7-root</artifactId>
8-
<version>2025.04.3</version>
8+
<version>2025.05.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.camunda.bpm</groupId>
2727
<artifactId>camunda-bom</artifactId>
28-
<version>7.22.0</version>
28+
<version>7.23.0</version>
2929
<scope>import</scope>
3030
<type>pom</type>
3131
</dependency>

engine-adapter/c7-remote-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.bpm-crafters.process-engine-adapters</groupId>
77
<artifactId>process-engine-adapter-camunda-platform-c7-root</artifactId>
8-
<version>2025.04.3</version>
8+
<version>2025.05.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.camunda.bpm</groupId>
2020
<artifactId>camunda-bom</artifactId>
21-
<version>7.22.0</version>
21+
<version>7.23.0</version>
2222
<scope>import</scope>
2323
<type>pom</type>
2424
</dependency>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.camunda.community.mockito</groupId>
6666
<artifactId>camunda-platform-7-mockito</artifactId>
67-
<version>7.22.0</version>
67+
<version>7.23.2</version>
6868
<scope>test</scope>
6969
</dependency>
7070

engine-adapter/c7-remote-spring-boot-starter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.bpm-crafters.process-engine-adapters</groupId>
77
<artifactId>process-engine-adapter-camunda-platform-c7-root</artifactId>
8-
<version>2025.04.3</version>
8+
<version>2025.05.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.camunda.bpm</groupId>
2727
<artifactId>camunda-bom</artifactId>
28-
<version>7.22.0</version>
28+
<version>7.23.0</version>
2929
<scope>import</scope>
3030
<type>pom</type>
3131
</dependency>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.camunda.community.rest</groupId>
6161
<artifactId>camunda-platform-7-rest-client-spring-boot-starter</artifactId>
62-
<version>7.22.4</version>
62+
<version>7.23.0</version>
6363
<scope>provided</scope>
6464
</dependency>
6565

examples/java-c7-embedded/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.bpm-crafters.process-engine-examples</groupId>
77
<artifactId>process-engine-api-example-root-c7</artifactId>
8-
<version>2025.04.3</version>
8+
<version>2025.05.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.camunda.bpm</groupId>
1919
<artifactId>camunda-bom</artifactId>
20-
<version>7.22.0</version>
20+
<version>7.23.0</version>
2121
<scope>import</scope>
2222
<type>pom</type>
2323
</dependency>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>io.holunda</groupId>
4444
<artifactId>camunda-platform-7-autologin</artifactId>
45-
<version>0.1.1</version>
45+
<version>2025.05.1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.h2database</groupId>

examples/java-c7-remote/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.bpm-crafters.process-engine-examples</groupId>
77
<artifactId>process-engine-api-example-root-c7</artifactId>
8-
<version>2025.04.3</version>
8+
<version>2025.05.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -26,12 +26,12 @@
2626
<dependency>
2727
<groupId>org.camunda.community.rest</groupId>
2828
<artifactId>camunda-platform-7-rest-client-spring-boot-starter</artifactId>
29-
<version>7.22.4</version>
29+
<version>7.23.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.camunda.bpm.springboot</groupId>
3333
<artifactId>camunda-bpm-spring-boot-starter-external-task-client</artifactId>
34-
<version>7.22.0</version>
34+
<version>7.23.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.fasterxml.jackson.module</groupId>

examples/java-common-fixture/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.bpm-crafters.process-engine-examples</groupId>
77
<artifactId>process-engine-api-example-root-c7</artifactId>
8-
<version>2025.04.3</version>
8+
<version>2025.05.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)