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 76b8ca9f67 Bump junit_platform_version from 1.13.1 to 1.13.3 (#15545)
76b8ca9f67 is described below
commit 76b8ca9f67cf5550f971321a8bdb62eab93102b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 10:35:25 2025 +0800
Bump junit_platform_version from 1.13.1 to 1.13.3 (#15545)
Bumps `junit_platform_version` from 1.13.1 to 1.13.3.
Updates `org.junit.platform:junit-platform-engine` from 1.13.1 to 1.13.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.13.1 to 1.13.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.13.1 to 1.13.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.13.3
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-commons
dependency-version: 1.13.3
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-launcher
dependency-version: 1.13.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>
Co-authored-by: Rain Yu <[email protected]>
---
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 32df636263..a6c94b3fbb 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -158,7 +158,7 @@
<!-- Test libs -->
<junit_jupiter_version>5.12.2</junit_jupiter_version>
- <junit_platform_version>1.13.1</junit_platform_version>
+ <junit_platform_version>1.13.3</junit_platform_version>
<awaitility_version>4.3.0</awaitility_version>
<hamcrest_version>2.2</hamcrest_version>
<cglib_version>2.2.2</cglib_version>