This is an automated email from the ASF dual-hosted git repository.
ptupitsyn 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 c00b97c18d Bump org.junit.platform:junit-platform-testkit from 1.10.2
to 1.10.3 (#4004)
c00b97c18d is described below
commit c00b97c18dd34602c766aed88b56d52bbaeed477
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 11 17:06:59 2024 +0300
Bump org.junit.platform:junit-platform-testkit from 1.10.2 to 1.10.3 (#4004)
Bumps
[org.junit.platform:junit-platform-testkit](https://github.com/junit-team/junit5)
from 1.10.2 to 1.10.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-testkit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: Pavel Tupitsyn <[email protected]>
Co-authored-by: Pavel Tupitsyn <[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 ff5760d023..cb23ac3c90 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -72,7 +72,7 @@ kryo = "5.6.0"
bytebuddy = "1.14.18"
mockServer = "5.15.0"
archunit = "1.3.0"
-testkit = "1.10.2"
+testkit = "1.10.3"
openapi = "4.10.0"
autoService = "1.1.1"
awaitility = "4.2.1"