Skip to content

Commit a9365ed

Browse files
⬆️ deps: upgrade Axon Framework to version 4.12.3-SNAPSHOT
1 parent 2dfd8e5 commit a9365ed

2 files changed

Lines changed: 27 additions & 8 deletions

File tree

pom.xml

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,28 @@
2828
</scm>
2929
<properties>
3030
<assertj.version>3.27.3</assertj.version>
31-
<axon.version>4.12.2</axon.version>
31+
<axon.version>4.12.3-SNAPSHOT</axon.version>
3232
<axoniq-console.version>1.9.3</axoniq-console.version>
3333
<java.version>23</java.version>
3434
<spring-ai.version>1.0.1</spring-ai.version>
3535
<spring-doc.version>2.8.5</spring-doc.version>
3636
<spring-modulith.version>1.4.1</spring-modulith.version>
3737
</properties>
38+
39+
<repositories>
40+
<repository>
41+
<id>sonatype-snapshots</id>
42+
<name>Sonatype Snapshots</name>
43+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
44+
<snapshots>
45+
<enabled>true</enabled>
46+
</snapshots>
47+
<releases>
48+
<enabled>false</enabled>
49+
</releases>
50+
</repository>
51+
</repositories>
52+
3853
<dependencies>
3954
<dependency>
4055
<groupId>org.springframework.boot</groupId>
@@ -67,6 +82,7 @@
6782
<dependency>
6883
<groupId>org.axonframework</groupId>
6984
<artifactId>axon-spring-boot-starter</artifactId>
85+
<version>${axon.version}</version>
7086
</dependency>
7187
<dependency>
7288
<groupId>io.axoniq.console</groupId>
@@ -143,6 +159,7 @@
143159
<groupId>org.axonframework</groupId>
144160
<artifactId>axon-test</artifactId>
145161
<scope>test</scope>
162+
<version>${axon.version}</version>
146163
</dependency>
147164
<dependency>
148165
<groupId>org.assertj</groupId>
@@ -161,13 +178,13 @@
161178
<type>pom</type>
162179
<scope>import</scope>
163180
</dependency>
164-
<dependency>
165-
<groupId>org.axonframework</groupId>
166-
<artifactId>axon-bom</artifactId>
167-
<version>${axon.version}</version>
168-
<type>pom</type>
169-
<scope>import</scope>
170-
</dependency>
181+
<!-- <dependency>-->
182+
<!-- <groupId>org.axonframework</groupId>-->
183+
<!-- <artifactId>axon-bom</artifactId>-->
184+
<!-- <version>${axon.version}</version>-->
185+
<!-- <type>pom</type>-->
186+
<!-- <scope>import</scope>-->
187+
<!-- </dependency>-->
171188
</dependencies>
172189
</dependencyManagement>
173190

src/main/resources/application.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ axon:
6363
Read_GetAllDwellings_QueryCache:
6464
mode: subscribing
6565
sequencing-policy: gameIdSequencingPolicy
66+
# update-check:
67+
# disabled: true
6668
application:
6769
maintenance:
6870
enabled: true

0 commit comments

Comments
 (0)