This is an automated email from the ASF dual-hosted git repository.
earthchen pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 6f98f16e93 build(deps-dev): bump junit_platform_version from 1.14.2 to
1.14.3 (#16093)
6f98f16e93 is described below
commit 6f98f16e93062e59958565d036afc5d4d0880b0c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 12:01:51 2026 +0800
build(deps-dev): bump junit_platform_version from 1.14.2 to 1.14.3 (#16093)
Bumps `junit_platform_version` from 1.14.2 to 1.14.3.
Updates `org.junit.platform:junit-platform-engine` from 1.14.2 to 1.14.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits)
Updates `org.junit.platform:junit-platform-commons` from 1.14.2 to 1.14.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits)
Updates `org.junit.platform:junit-platform-launcher` from 1.14.2 to 1.14.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits)
---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-engine
dependency-version: 1.14.3
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-commons
dependency-version: 1.14.3
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-launcher
dependency-version: 1.14.3
dependency-type: direct:development
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>
---
dubbo-dependencies-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 6933765b2d..9b6527eceb 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -160,7 +160,7 @@
<junit_jupiter_version>5.14.2</junit_jupiter_version>
<junit_platform_version>1.13.1</junit_platform_version>
<junit_jupiter_version>5.14.2</junit_jupiter_version>
- <junit_platform_version>1.14.2</junit_platform_version>
+ <junit_platform_version>1.14.3</junit_platform_version>
<awaitility_version>4.3.0</awaitility_version>
<hamcrest_version>2.2</hamcrest_version>
<cglib_version>2.2.2</cglib_version>