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 5aff718297 Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#3428)
5aff718297 is described below
commit 5aff718297c5b8764005eb5f1fb114672a6ec45b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 19 09:53:53 2024 +0200
Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#3428)
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility)
from 4.2.0 to 4.2.1.
-
[Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
-
[Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.0...awaitility-4.2.1)
---
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 6b580a91d4..06cc6062f2 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -75,7 +75,7 @@ archunit = "1.2.1"
testkit = "1.10.2"
openapi = "4.10.0"
autoService = "1.1.1"
-awaitility = "4.2.0"
+awaitility = "4.2.1"
progressBar = "0.9.4"
guava = "33.1.0-jre"
jna = "5.14.0"