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 183c636638 Bump org.junit.platform:junit-platform-testkit from 1.11.0
to 1.11.1 (#4454)
183c636638 is described below
commit 183c636638c73374cd2994ff68c1d7d6d3b2581a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 2 10:43:40 2024 +0300
Bump org.junit.platform:junit-platform-testkit from 1.11.0 to 1.11.1 (#4454)
Bumps
[org.junit.platform:junit-platform-testkit](https://github.com/junit-team/junit5)
from 1.11.0 to 1.11.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-testkit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: Aleksandr Polovtsev <[email protected]>
Co-authored-by: Aleksandr Polovtsev <[email protected]>
---
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 84b296fa8d..0cfed62cd1 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -72,7 +72,7 @@ kryo = "5.6.0"
bytebuddy = "1.15.3"
mockServer = "5.15.0"
archunit = "1.3.0"
-testkit = "1.11.0"
+testkit = "1.11.1"
openapi = "4.10.0"
autoService = "1.1.1"
awaitility = "4.2.2"