This is an automated email from the ASF dual-hosted git repository.
crazyhzm 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 c0df33e066 Bump junit_platform_version from 1.11.2 to 1.11.3 (#14831)
c0df33e066 is described below
commit c0df33e0669b23a70b6b2a2624ad82fcce572a90
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 28 21:20:00 2024 +0800
Bump junit_platform_version from 1.11.2 to 1.11.3 (#14831)
Bumps `junit_platform_version` from 1.11.2 to 1.11.3.
Updates `org.junit.platform:junit-platform-engine` from 1.11.2 to 1.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)
Updates `org.junit.platform:junit-platform-launcher` from 1.11.2 to 1.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)
---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-engine
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-launcher
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 8e022abac1..3d31842f27 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -155,7 +155,7 @@
<!-- Test libs -->
<junit_jupiter_version>5.11.2</junit_jupiter_version>
- <junit_platform_version>1.11.2</junit_platform_version>
+ <junit_platform_version>1.11.3</junit_platform_version>
<junit_version>4.13.2</junit_version>
<awaitility_version>4.2.2</awaitility_version>
<hamcrest_version>2.2</hamcrest_version>