This is an automated email from the ASF dual-hosted git repository.
etudenhoefner 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 9fc9c052b5 Build: Bump junit-platform from 1.11.2 to 1.11.3 (#11402)
9fc9c052b5 is described below
commit 9fc9c052b592d7e79b2900eccf0459e1951d9e60
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 28 11:23:45 2024 +0100
Build: Bump junit-platform from 1.11.2 to 1.11.3 (#11402)
Bumps `junit-platform` from 1.11.2 to 1.11.3.
Updates `org.junit.platform:junit-platform-suite-api` 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-suite-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)
---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-suite-api
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.platform:junit-platform-suite-engine
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 932c78f85b..3ae93c183b 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -64,7 +64,7 @@ jaxb-api = "2.3.1"
jaxb-runtime = "2.3.9"
jetty = "11.0.24"
junit = "5.11.3"
-junit-platform = "1.11.2"
+junit-platform = "1.11.3"
kafka = "3.8.0"
kryo-shaded = "4.0.3"
microprofile-openapi-api = "3.1.2"