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 fdd30f0f14 Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 (#4203)
fdd30f0f14 is described below
commit fdd30f0f142a86929d703c27c81fb1f864759a8d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 8 09:24:55 2024 +0300
Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 (#4203)
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility)
from 4.2.1 to 4.2.2.
-
[Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
-
[Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.1...awaitility-4.2.2)
---
updated-dependencies:
- dependency-name: org.awaitility:awaitility
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 d5d978e4e2..a66d0b66ae 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -75,7 +75,7 @@ archunit = "1.3.0"
testkit = "1.10.3"
openapi = "4.10.0"
autoService = "1.1.1"
-awaitility = "4.2.1"
+awaitility = "4.2.2"
progressBar = "0.9.4"
guava = "33.2.1-jre"
jna = "5.14.0"