Skip to content

Commit

Permalink
Merge branch 'master' into bug/support-reset-context
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb authored Feb 4, 2025
2 parents 86cea71 + 76c0aaf commit 9249872
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ updates:
milestone: 8
reviewers:
- "AxonFramework/framework-developers"
- "sandjelkovic"
groups:
github-dependencies:
update-types:
Expand All @@ -33,7 +32,6 @@ updates:
milestone: 8
reviewers:
- "AxonFramework/framework-developers"
- "sandjelkovic"
groups:
maven-dependencies:
update-types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
distribution: 'zulu'
java-version: ${{ matrix.java-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
distribution: 'zulu'
java-version: ${{ matrix.java-version }}
Expand Down
2 changes: 1 addition & 1 deletion kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9249872

Please sign in to comment.