This is an automated email from the ASF dual-hosted git repository. acosentino 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 b2ff0aaa07a Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#13752) b2ff0aaa07a is described below commit b2ff0aaa07a47c115123b1ca6faf750001a90544 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Apr 11 14:29:30 2024 +0200 Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#13752) 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: dependabot[bot] <supp...@github.com> 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 3942f82595e..8c1a520095a 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.0</version> + <version>4.2.1</version> <scope>test</scope> </dependency> </dependencies> diff --git a/parent/pom.xml b/parent/pom.xml index 5df56b8043b..fbd7db57e26 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -74,7 +74,7 @@ <avro-version>1.11.3</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.0</awaitility-version> + <awaitility-version>4.2.1</awaitility-version> <aws-java-sdk2-version>2.25.29</aws-java-sdk2-version> <aws-xray-version>2.15.2</aws-xray-version> <azure-sdk-bom-version>1.2.21</azure-sdk-bom-version>