This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 2e02b9eb29e chore(deps): Bump junit-jupiter-version from 5.10.2 to
5.10.3 (#14700)
2e02b9eb29e is described below
commit 2e02b9eb29ea9b860ec9219f5c7ad0347d2da93e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 2 13:16:25 2024 +0200
chore(deps): Bump junit-jupiter-version from 5.10.2 to 5.10.3 (#14700)
Bumps `junit-jupiter-version` from 5.10.2 to 5.10.3.
Updates `org.junit:junit-bom` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3)
Updates `org.junit.jupiter:junit-jupiter` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3)
Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index aa928db3db8..08af480823f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -304,7 +304,7 @@
<jt400-version>20.0.7</jt400-version>
<jte-version>3.1.12</jte-version>
<junit-toolbox-version>2.4</junit-toolbox-version>
- <junit-jupiter-version>5.10.2</junit-jupiter-version>
+ <junit-jupiter-version>5.10.3</junit-jupiter-version>
<junit-pioneer-version>2.2.0</junit-pioneer-version>
<jxmpp-version>1.0.3</jxmpp-version>
<jython-version>2.7.3</jython-version>