This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/0.12 by this push:
new b1b476c Bump awaitility from 4.0.2 to 4.1.0 (#4157)
b1b476c is described below
commit b1b476c9470a304be3e6aaed50a5a1b33e14a62d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 18 14:51:58 2021 +0800
Bump awaitility from 4.0.2 to 4.1.0 (#4157)
Bumps [awaitility](https://github.com/awaitility/awaitility) from 4.0.2 to
4.1.0.
- [Release notes](https://github.com/awaitility/awaitility/releases)
-
[Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
-
[Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.0.2...awaitility-4.1.0)
---
updated-dependencies:
- dependency-name: org.awaitility:awaitility
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
cluster/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cluster/pom.xml b/cluster/pom.xml
index 70917d3..c9114dd 100644
--- a/cluster/pom.xml
+++ b/cluster/pom.xml
@@ -106,7 +106,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
- <version>4.0.2</version>
+ <version>4.1.0</version>
<scope>test</scope>
</dependency>
<!-- for mocked test-->