This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new fb1350f3228 chore(deps): Bump org.awaitility:awaitility from 4.2.1 to
4.2.2 (#15048)
fb1350f3228 is described below
commit fb1350f3228e515322489357eea82ad0c651543c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 8 09:07:34 2024 +0200
chore(deps): Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 (#15048)
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: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
components/camel-disruptor/pom.xml | 2 +-
parent/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/camel-disruptor/pom.xml
b/components/camel-disruptor/pom.xml
index 815e8938133..4e4d9f3c889 100644
--- a/components/camel-disruptor/pom.xml
+++ b/components/camel-disruptor/pom.xml
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
- <version>4.2.1</version>
+ <version>4.2.2</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index 491e7aa7c8d..ab149fefc18 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -75,7 +75,7 @@
<avro-version>1.12.0</avro-version>
<avro-ipc-jetty-version>1.11.3</avro-ipc-jetty-version>
<avro-ipc-netty-version>1.11.3</avro-ipc-netty-version>
- <awaitility-version>4.2.1</awaitility-version>
+ <awaitility-version>4.2.2</awaitility-version>
<aws-java-sdk2-version>2.26.31</aws-java-sdk2-version>
<aws-xray-version>2.17.0</aws-xray-version>
<azure-sdk-bom-version>1.2.25</azure-sdk-bom-version>