|
6 | 6 | <parent> |
7 | 7 | <groupId>io.holunda.polyflow</groupId> |
8 | 8 | <artifactId>polyflow-root</artifactId> |
9 | | - <version>4.4.0</version> |
| 9 | + <version>4.4.1</version> |
10 | 10 | <relativePath>../../pom.xml</relativePath> |
11 | 11 | </parent> |
12 | 12 |
|
|
18 | 18 | <url>https://github.com/holunda-io/camunda-bpm-taskpool/</url> |
19 | 19 |
|
20 | 20 | <properties> |
21 | | - <springboot.version>3.2.6</springboot.version> |
22 | | - <camunda-commons-typed-values.version>7.22.0</camunda-commons-typed-values.version> |
| 21 | + <springboot.version>3.5.3</springboot.version> |
| 22 | + <camunda-commons-typed-values.version>7.23.0</camunda-commons-typed-values.version> |
23 | 23 |
|
24 | | - <axon-bom.version>4.11.1</axon-bom.version> |
25 | | - <axon-kotlin.version>4.11.0</axon-kotlin.version> |
| 24 | + <axon-bom.version>4.11.3</axon-bom.version> |
| 25 | + <axon-kotlin.version>4.11.1</axon-kotlin.version> |
26 | 26 | <axon-gateway-extension.version>2.1.0</axon-gateway-extension.version> |
27 | 27 |
|
28 | 28 | <awaitility.version>4.3.0</awaitility.version> |
29 | 29 | <mockito-kotlin.version>5.4.0</mockito-kotlin.version> |
30 | | - <jgiven.version>2.0.1</jgiven.version> |
31 | | - <jgiven-kotlin.version>2.0.1.0</jgiven-kotlin.version> |
| 30 | + <jgiven.version>2.0.2</jgiven.version> |
| 31 | + <jgiven-kotlin.version>2.0.2.1</jgiven-kotlin.version> |
32 | 32 |
|
33 | 33 | <pattern.class.itest>**/*ITest.*</pattern.class.itest> |
34 | 34 | <pattern.package.itest>**/itest/**/*.*</pattern.package.itest> |
|
165 | 165 | <dependency> |
166 | 166 | <groupId>io.toolisticon.spring</groupId> |
167 | 167 | <artifactId>spring-boot-conditions</artifactId> |
168 | | - <version>1.0.0</version> |
| 168 | + <version>1.0.1</version> |
169 | 169 | </dependency> |
170 | 170 |
|
171 | 171 | <dependency> |
|
316 | 316 | <plugin> |
317 | 317 | <groupId>org.jacoco</groupId> |
318 | 318 | <artifactId>jacoco-maven-plugin</artifactId> |
319 | | - <version>0.8.12</version> |
| 319 | + <version>0.8.13</version> |
320 | 320 | <executions> |
321 | 321 | <execution> |
322 | 322 | <id>pre-unit-test</id> |
|
456 | 456 | <version>${kotlin.version}</version> |
457 | 457 | <configuration> |
458 | 458 | <jvmTarget>${java.version}</jvmTarget> |
459 | | - <apiVersion>1.9</apiVersion> |
460 | | - <languageVersion>1.9</languageVersion> |
| 459 | + <apiVersion>2.0</apiVersion> |
| 460 | + <languageVersion>2.0</languageVersion> |
461 | 461 | <args> |
462 | 462 | <arg>-Xjsr305=strict</arg> |
463 | 463 | </args> |
|
524 | 524 |
|
525 | 525 | <plugin> |
526 | 526 | <artifactId>maven-surefire-plugin</artifactId> |
527 | | - <version>3.5.2</version> |
| 527 | + <version>3.5.3</version> |
528 | 528 | <configuration> |
529 | 529 | <useSystemClassLoader>false</useSystemClassLoader> |
530 | 530 | <runOrder>random</runOrder> |
|
545 | 545 | <plugin> |
546 | 546 | <groupId>org.apache.maven.plugins</groupId> |
547 | 547 | <artifactId>maven-failsafe-plugin</artifactId> |
548 | | - <version>3.5.2</version> |
| 548 | + <version>3.5.3</version> |
549 | 549 | <executions> |
550 | 550 | <execution> |
551 | 551 | <goals> |
|
586 | 586 | <plugin> |
587 | 587 | <groupId>org.codehaus.mojo</groupId> |
588 | 588 | <artifactId>build-helper-maven-plugin</artifactId> |
589 | | - <version>3.6.0</version> |
| 589 | + <version>3.6.1</version> |
590 | 590 | <executions> |
591 | 591 | <execution> |
592 | 592 | <phase>generate-sources</phase> |
|
670 | 670 | </plugin> |
671 | 671 | </plugins> |
672 | 672 | </build> |
673 | | - <pluginRepositories> |
674 | | - <pluginRepository> |
675 | | - <id>jcenter</id> |
676 | | - <name>JCenter</name> |
677 | | - <url>https://jcenter.bintray.com/</url> |
678 | | - <releases> |
679 | | - <enabled>true</enabled> |
680 | | - </releases> |
681 | | - </pluginRepository> |
682 | | - </pluginRepositories> |
683 | | - |
684 | 673 | </profile> |
685 | 674 |
|
686 | 675 | <profile> |
|
708 | 697 | </plugins> |
709 | 698 | </build> |
710 | 699 | </profile> |
711 | | - |
712 | 700 | </profiles> |
713 | 701 |
|
714 | 702 | </project> |
0 commit comments