This is an automated email from the ASF dual-hosted git repository.
zrlw 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 822aa6c283 build(deps-dev): bump junit_platform_version from 1.14.1 to
1.14.2 (#15990)
822aa6c283 is described below
commit 822aa6c28375a32012d14ee60da5f6d0b47a0780
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 14 11:33:30 2026 +0800
build(deps-dev): bump junit_platform_version from 1.14.1 to 1.14.2 (#15990)
Bumps `junit_platform_version` from 1.14.1 to 1.14.2.
Updates `org.junit.platform:junit-platform-engine` from 1.14.1 to 1.14.2
- [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.1 to 1.14.2
- [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.1 to 1.14.2
- [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.2
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-commons
dependency-version: 1.14.2
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-launcher
dependency-version: 1.14.2
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 fa8f390b6a..c92dd88e3f 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.1</junit_platform_version>
+ <junit_platform_version>1.14.2</junit_platform_version>
<awaitility_version>4.3.0</awaitility_version>
<hamcrest_version>2.2</hamcrest_version>
<cglib_version>2.2.2</cglib_version>