This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 49a0c09 Bump awaitility from 4.0.3 to 4.1.0 (#1012)
49a0c09 is described below
commit 49a0c095d500a23f7581e3f2d29ec5d491d31b59
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 1 11:21:45 2021 +0100
Bump awaitility from 4.0.3 to 4.1.0 (#1012)
Bumps [awaitility](https://github.com/awaitility/awaitility) from 4.0.3 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/commits/awaitility-4.1.0)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 88f8f0f..0531071 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
<ver.jython>2.7.2</ver.jython>
<ver.jcommander>1.81</ver.jcommander>
<ver.mockito>3.10.0</ver.mockito>
- <ver.awaitility>4.0.3</ver.awaitility>
+ <ver.awaitility>4.1.0</ver.awaitility>
<ver.contract.tests>0.2.0</ver.contract.tests>
<java.version>11</java.version>