This is an automated email from the ASF dual-hosted git repository.
apupier 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 a770056030c2 chore(deps): Bump io.weaviate:client6 from 6.2.1 to 6.3.0
a770056030c2 is described below
commit a770056030c2fafce746af3d9f3b833c0b561a46
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 10 09:21:48 2026 +0000
chore(deps): Bump io.weaviate:client6 from 6.2.1 to 6.3.0
Bumps [io.weaviate:client6](https://github.com/weaviate/java-client) from
6.2.1 to 6.3.0.
- [Release notes](https://github.com/weaviate/java-client/releases)
- [Commits](https://github.com/weaviate/java-client/compare/6.2.1...6.3.0)
---
updated-dependencies:
- dependency-name: io.weaviate:client6
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index aa8304afca7b..5be926d30fb3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -517,7 +517,7 @@
<velocity-tools-version>3.1</velocity-tools-version>
<velocity-version>2.4.1</velocity-version>
<vertx-version>4.5.28</vertx-version>
- <weaviate-client-version>6.2.1</weaviate-client-version>
+ <weaviate-client-version>6.3.0</weaviate-client-version>
<web3j-version>5.0.0</web3j-version>
<web3j-quorum-version>4.10.0</web3j-quorum-version>
<wiremock-version>3.13.2</wiremock-version>