This is an automated email from the ASF dual-hosted git repository.
songxiaosheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new dbee7d0c Bump org.junit.platform:junit-platform-commons from 1.11.4 to
1.12.1 (#616)
dbee7d0c is described below
commit dbee7d0c666aa41c0d9fa2c73101b8fb7d7a2e24
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 26 21:50:33 2025 +0800
Bump org.junit.platform:junit-platform-commons from 1.11.4 to 1.12.1 (#616)
Bumps
[org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit5)
from 1.11.4 to 1.12.1.
- [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-commons
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c19689bc..5194146e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<dubbo.version>3.3.0-beta.2</dubbo.version>
<!-- Test libs -->
<junit_jupiter_version>5.11.4</junit_jupiter_version>
- <junit_platform_commons>1.11.4</junit_platform_commons>
+ <junit_platform_commons>1.12.1</junit_platform_commons>
<awaitility_version>4.2.2</awaitility_version>
<hazelcast_version>3.11.1</hazelcast_version>
<hamcrest_version>2.2</hamcrest_version>