Skip to content

Commit

Permalink
Merge pull request #176 from AxonFramework/dependabot/maven/maven-dep…
Browse files Browse the repository at this point in the history
…endencies-17a01db5d5

Bump org.axonframework:axon-bom from 4.9.4 to 4.10.0 in the maven-dependencies group
  • Loading branch information
smcvb authored Aug 5, 2024
2 parents 81a03fc + 503e292 commit 4d23aa5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
labels:
- "Type: Dependency Upgrade"
- "Priority 1: Must"
milestone: 7
milestone: 8
reviewers:
- "AxonFramework/framework-developers"
groups:
Expand All @@ -29,7 +29,7 @@ updates:
labels:
- "Type: Dependency Upgrade"
- "Priority 1: Must"
milestone: 7
milestone: 8
reviewers:
- "AxonFramework/framework-developers"
groups:
Expand Down
2 changes: 1 addition & 1 deletion eureka-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.axonframework.extension.springcloud</groupId>
<artifactId>axon-springcloud-example</artifactId>
<version>4.9.0</version>
<version>4.10.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion eureka-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.axonframework.extension.springcloud</groupId>
<artifactId>axon-springcloud-example</artifactId>
<version>4.9.0</version>
<version>4.10.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion giftcard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.axonframework.extension.springcloud</groupId>
<artifactId>axon-springcloud-example</artifactId>
<version>4.9.0</version>
<version>4.10.0</version>
</parent>

<artifactId>giftcard</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.axonframework.extension.springcloud</groupId>
<artifactId>axon-springcloud-example</artifactId>
<version>4.9.0</version>
<version>4.10.0</version>
<packaging>pom</packaging>

<name>Axon Framework - Spring Cloud Extension - Example</name>
Expand All @@ -26,7 +26,7 @@
<java.version>17</java.version>
<kotlin.version>2.0.0</kotlin.version>
<!-- Axon -->
<axon.version>4.9.4</axon.version>
<axon.version>4.10.0</axon.version>
<!-- Spring -->
<spring-cloud-release.version>2023.0.3</spring-cloud-release.version>
<!-- Other -->
Expand Down

0 comments on commit 4d23aa5

Please sign in to comment.