File tree Expand file tree Collapse file tree 12 files changed +28
-27
lines changed
c7-embedded-spring-boot-starter
c7-remote-spring-boot-starter Expand file tree Collapse file tree 12 files changed +28
-27
lines changed Original file line number Diff line number Diff line change 4444# ## DEV
4545_tmp /
4646.repository /
47+ .DS_Store
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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
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 >
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
Original file line number Diff line number Diff line change 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
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 >
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
Original file line number Diff line number Diff line change 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
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 >
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 >
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments