You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/03/09 07:13:37 UTC

[plc4x] branch develop updated: build(deps): bump awaitility from 4.1.1 to 4.2.0 (#333)

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new eeff9b6  build(deps): bump awaitility from 4.1.1 to 4.2.0 (#333)
eeff9b6 is described below

commit eeff9b6acde7e7266e5e923be433d8f18920d3a1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 9 08:13:31 2022 +0100

    build(deps): bump awaitility from 4.1.1 to 4.2.0 (#333)
    
    Bumps [awaitility](https://github.com/awaitility/awaitility) from 4.1.1 to 4.2.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.1.1...awaitility-4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.awaitility:awaitility
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 339794c..3ade7f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
     <antlr.version>4.9.3</antlr.version>
     <apiguardian.version>1.1.2</apiguardian.version>
     <assertj.version>3.21.0</assertj.version>
-    <awaitility.version>4.1.1</awaitility.version>
+    <awaitility.version>4.2.0</awaitility.version>
     <!-- The currently available version is 2.0.5 and anything above 1.4.3 is no longer compatible with our code -->
     <bit-io.version>1.4.3</bit-io.version>
     <bouncycastle.version>1.70</bouncycastle.version>