This is an automated email from the ASF dual-hosted git repository. apolovtsev pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push: new 2dc2a2f6838 Bump org.junit.platform:junit-platform-testkit from 1.11.4 to 1.12.0 (#5272) 2dc2a2f6838 is described below commit 2dc2a2f6838f18acbe19b57fa41ff4206a76e9e4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Feb 25 12:28:20 2025 +0200 Bump org.junit.platform:junit-platform-testkit from 1.11.4 to 1.12.0 (#5272) Bumps [org.junit.platform:junit-platform-testkit](https://github.com/junit-team/junit5) from 1.11.4 to 1.12.0. - [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-testkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: Aleksandr Polovtsev <alex.polovt...@gmail.com> Co-authored-by: Aleksandr Polovtsev <alex.polovt...@gmail.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 99f9e00c6d8..372f9e1df91 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -72,7 +72,7 @@ kryo = "5.6.2" bytebuddy = "1.17.1" mockServer = "5.15.0" archunit = "1.4.0" -testkit = "1.11.4" +testkit = "1.12.0" openapi = "4.10.0" autoService = "1.1.1" awaitility = "4.3.0"