Bump the maven-dependencies group with 5 updates#341
Merged
github-actions[bot] merged 1 commit intomasterfrom May 26, 2025
Merged
Bump the maven-dependencies group with 5 updates#341github-actions[bot] merged 1 commit intomasterfrom
github-actions[bot] merged 1 commit intomasterfrom
Conversation
Bumps the maven-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.awaitility:awaitility](https://github.com/awaitility/awaitility) | `4.2.0` | `4.3.0` | | [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.10.1` | `5.12.2` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.11` | `0.8.13` | | [org.axonframework:axon-messaging](https://github.com/AxonFramework/AxonFramework) | `4.10.0` | `4.11.2` | | [org.axonframework:axon-spring-boot-autoconfigure](https://github.com/AxonFramework/AxonFramework) | `4.10.0` | `4.11.2` | Updates `org.awaitility:awaitility` from 4.2.0 to 4.3.0 - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.0...awaitility-4.3.0) Updates `org.junit:junit-bom` from 5.10.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.1...r5.12.2) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.11 to 0.8.13 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.11...v0.8.13) Updates `org.axonframework:axon-messaging` from 4.10.0 to 4.11.2 - [Release notes](https://github.com/AxonFramework/AxonFramework/releases) - [Changelog](https://github.com/AxonFramework/AxonFramework/blob/master/axon-4-api-changes.md) - [Commits](AxonFramework/AxonFramework@axon-4.10.0...axon-4.11.2) Updates `org.axonframework:axon-spring-boot-autoconfigure` from 4.10.0 to 4.11.2 - [Release notes](https://github.com/AxonFramework/AxonFramework/releases) - [Changelog](https://github.com/AxonFramework/AxonFramework/blob/master/axon-4-api-changes.md) - [Commits](AxonFramework/AxonFramework@axon-4.10.0...axon-4.11.2) Updates `org.axonframework:axon-spring-boot-autoconfigure` from 4.10.0 to 4.11.2 - [Release notes](https://github.com/AxonFramework/AxonFramework/releases) - [Changelog](https://github.com/AxonFramework/AxonFramework/blob/master/axon-4-api-changes.md) - [Commits](AxonFramework/AxonFramework@axon-4.10.0...axon-4.11.2) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.junit:junit-bom dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.axonframework:axon-messaging dependency-version: 4.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.axonframework:axon-spring-boot-autoconfigure dependency-version: 4.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.axonframework:axon-spring-boot-autoconfigure dependency-version: 4.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps the maven-dependencies group with 5 updates:
4.2.04.3.05.10.15.12.20.8.110.8.134.10.04.11.24.10.04.11.2Updates
org.awaitility:awaitilityfrom 4.2.0 to 4.3.0Changelog
Sourced from org.awaitility:awaitility's changelog.
... (truncated)
Commits
e3ff879[maven-release-plugin] prepare release awaitility-4.3.0d116712[ci skip] Preparing changelog for release4e186dfAdded kotlin source folder explicitlye8d3ab7Upgraded lots of plugin dependenciesa7a167aAdded an overloaded method of untilAsserted(..) that takes a supplier and a c...ef8f663Make ConditionFactory safer to use in java 85550079Using a more descriptive error message when using VERY long wait conditions o...2a9814bUpgraded kotlin version in the awaitility-kotlin module to 2.1.108f22c00[ci skip] Updated changelog.txt to reflect latest changes6a35c24#235 Support for kotlin.time.Duration in Kotlin DSL (#285)Updates
org.junit:junit-bomfrom 5.10.1 to 5.12.2Release notes
Sourced from org.junit:junit-bom's releases.
... (truncated)
Commits
0a44659Release 5.12.24c7dfdcFinalize 5.12.2 release notes561613eFix handling ofCleanupMode.ON_SUCCESS19d07d2Add 5.12.2 release notes from template803cbb6Add build parameter for enabling dry-run mode for test executioneb43e62Back to snapshots for further developmentba9c9aeRelease 5.12.1e28ad4aFinalize 5.12.1 release notes1044e2cMove entry to 5.12.1 release notesbea821dFix Javadoc formattingUpdates
org.jacoco:jacoco-maven-pluginfrom 0.8.11 to 0.8.13Release notes
Sourced from org.jacoco:jacoco-maven-plugin's releases.
Commits
78d5effPrepare release 0.8.13e579092Happy birthday Java 24! (#1867)17d31aaUpgrade ASM to 9.8 (#1863)ee07ecbUpgrade Kotlin to 2.1.20 (#1860)f0dcc6bBump actions/upload-artifact from 4.6.1 to 4.6.2 (#1861)99707c3Upgrade spotless-maven-plugin to 2.44.3 (#1851)21f6a99Upgrade maven-deploy-plugin to 3.1.4 (#1854)c7da68bUpgrade maven-install-plugin to 3.1.4 (#1853)80ebc77Upgrade maven-clean-plugin to 3.4.1 (#1850)0bb8bd5Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#1852)Updates
org.axonframework:axon-messagingfrom 4.10.0 to 4.11.2Release notes
Sourced from org.axonframework:axon-messaging's releases.
... (truncated)
Commits
9bc19de[maven-release-plugin] prepare release axon-4.11.2618e7b2Merge pull request #3410 from AxonFramework/documentation/3348/interceptors-f...01243a8Add description on how to create a persistent stream message source1d265b4Fine tune JavaDoc2f66522Fixed the note, as well as added a hierarchy sample21a6f9bAdd note for Intercepting@EventSourcingHandlerannotated methods on..f36581aMerge pull request #3405 from AxonFramework/documentation/3374/allocation-size184c53fMerge pull request #3404 from AxonFramework/bug/3385/interceptor-chain-not-found397f961Add allocation-size details98fe1c5Merge branch 'axon-4.11.x' into bug/3385/interceptor-chain-not-foundUpdates
org.axonframework:axon-spring-boot-autoconfigurefrom 4.10.0 to 4.11.2Release notes
Sourced from org.axonframework:axon-spring-boot-autoconfigure's releases.
... (truncated)
Commits
9bc19de[maven-release-plugin] prepare release axon-4.11.2618e7b2Merge pull request #3410 from AxonFramework/documentation/3348/interceptors-f...01243a8Add description on how to create a persistent stream message source1d265b4Fine tune JavaDoc2f66522Fixed the note, as well as added a hierarchy sample21a6f9bAdd note for Intercepting@EventSourcingHandlerannotated methods on..f36581aMerge pull request #3405 from AxonFramework/documentation/3374/allocation-size184c53fMerge pull request #3404 from AxonFramework/bug/3385/interceptor-chain-not-found397f961Add allocation-size details98fe1c5Merge branch 'axon-4.11.x' into bug/3385/interceptor-chain-not-foundUpdates
org.axonframework:axon-spring-boot-autoconfigurefrom 4.10.0 to 4.11.2Release notes
Sourced from org.axonframework:axon-spring-boot-autoconfigure's releases.
... (truncated)
Commits
9bc19de[maven-release-plugin] prepare release axon-4.11.2618e7b2Merge pull request #3410 from AxonFramework/documentation/3348/interceptors-f...01243a8Add description on how to create a persistent stream message source1d265b4Fine tune JavaDoc2f66522Fixed the note, as well as added a hierarchy sample21a6f9bAdd note for Intercepting@EventSourcingHandlerannotated methods on..f36581aMerge pull request #3405 from AxonFramework/documentation/3374/allocation-size184c53fMerge pull request #3404 from AxonFramework/bug/3385/interceptor-chain-not-found397f961Add allocation-size details98fe1c5Merge branch 'axon-4.11.x' into bug/3385/interceptor-chain-not-foundDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions