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 9846674af0 Bump org.awaitility:awaitility from 4.2.0 to 4.3.0 (#2687)
9846674af0 is described below
commit 9846674af074e834a8c73de6a9a90a66ed15d48f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 07:30:50 2026 +0100
Bump org.awaitility:awaitility from 4.2.0 to 4.3.0 (#2687)
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility)
from 4.2.0 to 4.3.0.
-
[Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
-
[Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.0...awaitility-4.3.0)
---
updated-dependencies:
- dependency-name: org.awaitility:awaitility
dependency-version: 4.3.0
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>
---
tika-e2e-tests/tika-grpc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-e2e-tests/tika-grpc/pom.xml b/tika-e2e-tests/tika-grpc/pom.xml
index 3d7c8ead4c..4dd87ed12c 100644
--- a/tika-e2e-tests/tika-grpc/pom.xml
+++ b/tika-e2e-tests/tika-grpc/pom.xml
@@ -119,7 +119,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
- <version>4.2.0</version>
+ <version>4.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>