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 95d7405d3c Build: Bump junit-platform from 1.14.1 to 1.14.2 (#15021)
95d7405d3c is described below
commit 95d7405d3c0c19f9333dd0759a1e2c49c4958d1d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 11 09:05:45 2026 -0800
Build: Bump junit-platform from 1.14.1 to 1.14.2 (#15021)
Bumps `junit-platform` from 1.14.1 to 1.14.2.
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)
Updates `org.junit.platform:junit-platform-suite-api` 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-suite-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)
---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-launcher
dependency-version: 1.14.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-suite-api
dependency-version: 1.14.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-suite-engine
dependency-version: 1.14.2
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 183e11cad4..4389e4b7be 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -69,7 +69,7 @@ jaxb-api = "2.3.1"
jaxb-runtime = "2.3.9"
jetty = "11.0.26"
junit = "5.14.1"
-junit-platform = "1.14.1"
+junit-platform = "1.14.2"
kafka = "3.9.1"
kryo-shaded = "4.0.3"
microprofile-openapi-api = "3.1.2"