JAVA-12393 Upgraded to use axon-bom.version

This commit is contained in:
anuragkumawat 2022-06-07 20:28:00 +05:30
parent a9f86da719
commit 45ef6a5b1a

View File

@ -19,7 +19,7 @@
<dependency> <dependency>
<groupId>org.axonframework</groupId> <groupId>org.axonframework</groupId>
<artifactId>axon-bom</artifactId> <artifactId>axon-bom</artifactId>
<version>${axon.version}</version> <version>${axon-bom.version}</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
@ -57,7 +57,7 @@
</dependencies> </dependencies>
<properties> <properties>
<axon.version>4.5.10</axon.version> <axon-bom.version>4.5.13</axon-bom.version>
</properties> </properties>
</project> </project>