From e818f1d5ee762ce1c38a993a9909d44bee7bf07b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:41:12 +0000 Subject: [PATCH] Update dependency AxonFramework/AxonFramework to v4.9.0 --- .github/workflows/code-structure-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-structure-analysis.yml b/.github/workflows/code-structure-analysis.yml index 06cd7ee16..d164e588d 100644 --- a/.github/workflows/code-structure-analysis.yml +++ b/.github/workflows/code-structure-analysis.yml @@ -50,7 +50,7 @@ jobs: env: CI_COMMIT_MESSAGE: Automated code structure analysis reports (CI) CI_COMMIT_AUTHOR: ${{ github.event.repository.name }} Continuous Integration - AXON_FRAMEWORK_VERSION: 4.8.2 + AXON_FRAMEWORK_VERSION: 4.9.0 steps: - name: Checkout GIT Repository