|
40 | 40 | <maven.compiler.source>17</maven.compiler.source> |
41 | 41 | <maven.compiler.target>17</maven.compiler.target> |
42 | 42 | <!-- Axon --> |
43 | | - <axon-bom.version>4.11.3</axon-bom.version> |
| 43 | + <axon-bom.version>4.11.4</axon-bom.version> |
44 | 44 | <!--Spring--> |
45 | | - <spring-boot.version>3.5.3</spring-boot.version> |
| 45 | + <spring-boot.version>3.5.4</spring-boot.version> |
46 | 46 | <!-- Database --> |
47 | 47 | <hibernate-core.version>6.2.6.Final</hibernate-core.version> |
48 | 48 | <!--Other--> |
49 | 49 | <findbugs-jsr305.version>3.0.2</findbugs-jsr305.version> |
50 | 50 | <reactor-core.version>3.7.8</reactor-core.version> |
51 | 51 | <!--Testing--> |
52 | 52 | <hamcrest.version>1.3</hamcrest.version> |
53 | | - <junit.version>5.13.3</junit.version> |
| 53 | + <junit.version>5.13.4</junit.version> |
54 | 54 | <mockito.version>5.18.0</mockito.version> |
55 | 55 | <testcontainers.version>1.21.3</testcontainers.version> |
56 | 56 | <!-- Build and Plugins --> |
|
76 | 76 | <dependency> |
77 | 77 | <groupId>org.axonframework</groupId> |
78 | 78 | <artifactId>axon-server-connector</artifactId> |
79 | | - <version>4.11.2</version> |
| 79 | + <version>4.12.0</version> |
80 | 80 | </dependency> |
81 | 81 | <dependency> |
82 | 82 | <groupId>org.axonframework</groupId> |
83 | 83 | <artifactId>axon-messaging</artifactId> |
84 | | - <version>4.11.2</version> |
| 84 | + <version>4.12.0</version> |
85 | 85 | </dependency> |
86 | 86 | <dependency> |
87 | 87 | <groupId>org.axonframework</groupId> |
88 | 88 | <artifactId>axon-spring-boot-autoconfigure</artifactId> |
89 | | - <version>4.11.2</version> |
| 89 | + <version>4.12.0</version> |
90 | 90 | </dependency> |
91 | 91 |
|
92 | 92 | <!--Spring--> |
|
0 commit comments