This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 91b005e432 Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 (#15173)
91b005e432 is described below
commit 91b005e4328fbb39366909b7fcccbb0c32dbf441
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 6 09:43:56 2025 +0800
Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 (#15173)
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility)
from 4.2.2 to 4.3.0.
-
[Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
-
[Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.2...awaitility-4.3.0)
---
updated-dependencies:
- dependency-name: org.awaitility:awaitility
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dubbo-dependencies-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index b666ca5e14..ed66e039a1 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -158,7 +158,7 @@
<!-- Test libs -->
<junit_jupiter_version>5.12.0</junit_jupiter_version>
<junit_platform_version>1.12.0</junit_platform_version>
- <awaitility_version>4.2.2</awaitility_version>
+ <awaitility_version>4.3.0</awaitility_version>
<hamcrest_version>2.2</hamcrest_version>
<cglib_version>2.2.2</cglib_version>
<mockito_version>4.11.0</mockito_version>