This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 70ed5d9566 Build: Bump junit-platform from 1.14.3 to 1.14.4 (#16272)
70ed5d9566 is described below
commit 70ed5d9566709450c60088bf61b4672f33d71278
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 9 23:57:51 2026 -0700
Build: Bump junit-platform from 1.14.3 to 1.14.4 (#16272)
Bumps `junit-platform` from 1.14.3 to 1.14.4.
Updates `org.junit.platform:junit-platform-launcher` from 1.14.3 to 1.14.4
- [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-suite-api` from 1.14.3 to 1.14.4
- [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-suite-engine` from 1.14.3 to
1.14.4
- [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-launcher
dependency-version: 1.14.4
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-suite-api
dependency-version: 1.14.4
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-suite-engine
dependency-version: 1.14.4
dependency-type: direct:production
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>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 97026f4fa8..2cdf18c981 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -69,7 +69,7 @@ jaxb-runtime = "2.3.9"
jetty = "12.1.8"
joda = "2.14.2"
junit = "5.14.3"
-junit-platform = "1.14.3"
+junit-platform = "1.14.4"
junit-pioneer = "2.3.0"
kafka = "3.9.2"
kryo-shaded = "4.0.3"