This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new fe941cec4 Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 (#2137)
fe941cec4 is described below
commit fe941cec412d524be9ba6db0482c45838e45aeb4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 24 07:46:09 2025 +0100
Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 (#2137)
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:development
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>
---
tika-grpc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml
index 95feaa26d..ed4d7580e 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -36,7 +36,7 @@
<properties>
<grpc.version>1.70.0</grpc.version>
<asarkar-grpc-test.version>1.2.2</asarkar-grpc-test.version>
- <awaitility.version>4.2.2</awaitility.version>
+ <awaitility.version>4.3.0</awaitility.version>
<j2objc-annotations.version>3.0.0</j2objc-annotations.version>
<!-- javadocs doesn't build for generated code in release:perform, but
appears to work generally :/ -->