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 333fc0a0266 chore(deps): Bump org.awaitility:awaitility from 4.2.1 to
4.2.2 (#15601)
333fc0a0266 is described below
commit 333fc0a0266d3e8da9c0841dcdf95cc74b3a5da2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 18 09:28:34 2024 +0200
chore(deps): Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 (#15601)
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-mllp/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-mllp/pom.xml b/components/camel-mllp/pom.xml
index 31d3705d687..3ba9dc8fcdb 100644
--- a/components/camel-mllp/pom.xml
+++ b/components/camel-mllp/pom.xml
@@ -86,7 +86,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
- <version>4.2.1</version>
+ <version>4.2.2</version>
<scope>test</scope>
</dependency>