|
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.0</axon-bom.version> |
| 43 | + <axon-bom.version>4.11.1</axon-bom.version> |
44 | 44 | <!--Spring--> |
45 | | - <spring-boot.version>3.4.2</spring-boot.version> |
| 45 | + <spring-boot.version>3.4.3</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.3</reactor-core.version> |
51 | 51 | <!--Testing--> |
52 | 52 | <hamcrest.version>1.3</hamcrest.version> |
53 | | - <junit.version>5.11.4</junit.version> |
| 53 | + <junit.version>5.12.0</junit.version> |
54 | 54 | <mockito.version>5.15.2</mockito.version> |
55 | | - <testcontainers.version>1.20.4</testcontainers.version> |
| 55 | + <testcontainers.version>1.20.5</testcontainers.version> |
56 | 56 | <!-- Build and Plugins --> |
57 | | - <maven-compiler.version>3.13.0</maven-compiler.version> |
| 57 | + <maven-compiler.version>3.14.0</maven-compiler.version> |
58 | 58 | <maven-surefire.version>3.5.2</maven-surefire.version> |
59 | 59 | </properties> |
60 | 60 |
|
|
76 | 76 | <dependency> |
77 | 77 | <groupId>org.axonframework</groupId> |
78 | 78 | <artifactId>axon-server-connector</artifactId> |
79 | | - <version>4.11.0</version> |
| 79 | + <version>4.11.1</version> |
80 | 80 | </dependency> |
81 | 81 | <dependency> |
82 | 82 | <groupId>org.axonframework</groupId> |
83 | 83 | <artifactId>axon-messaging</artifactId> |
84 | | - <version>4.11.0</version> |
| 84 | + <version>4.11.1</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.0</version> |
| 89 | + <version>4.11.1</version> |
90 | 90 | </dependency> |
91 | 91 |
|
92 | 92 | <!--Spring--> |
|
0 commit comments