From 5eec3f74d1245a463b099ad8174efc0ad0aba52c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 04:42:43 +0000 Subject: [PATCH] chore(deps): bump the version-updates group across 1 directory with 6 updates Bumps the version-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [io.netty:netty-bom](https://github.com/netty/netty) | `4.2.15.Final` | `4.2.17.Final` | | [io.qdrant:client](https://github.com/qdrant/java-client) | `1.18.3` | `1.19.0` | | [com.google.guava:guava](https://github.com/google/guava) | `33.6.0-jre` | `33.7.1-jre` | | [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) | `1.82.1` | `1.83.1` | | org.apache.spark:spark-sql_2.13 | `4.1.2` | `4.2.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) | `2.21.5` | `2.22.2` | Updates `io.netty:netty-bom` from 4.2.15.Final to 4.2.17.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.17.Final) Updates `io.qdrant:client` from 1.18.3 to 1.19.0 - [Release notes](https://github.com/qdrant/java-client/releases) - [Commits](https://github.com/qdrant/java-client/compare/v1.18.3...v1.19.0) Updates `com.google.guava:guava` from 33.6.0-jre to 33.7.1-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `io.grpc:grpc-protobuf` from 1.82.1 to 1.83.1 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.82.1...v1.83.1) Updates `org.apache.spark:spark-sql_2.13` from 4.1.2 to 4.2.0 Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.5 to 2.22.2 - [Commits](https://github.com/FasterXML/jackson-databind/compare/jackson-databind-2.21.5...jackson-databind-2.22.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: com.google.guava:guava dependency-version: 33.7.1-jre dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: io.grpc:grpc-protobuf dependency-version: 1.83.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: io.netty:netty-bom dependency-version: 4.2.17.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: io.qdrant:client dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: org.apache.spark:spark-sql_2.13 dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d76c6ac..cd70e77 100644 --- a/pom.xml +++ b/pom.xml @@ -33,8 +33,8 @@ UTF-8 1.8 1.8 - 2.21.5 - 4.2.15.Final + 2.22.2 + 4.2.17.Final @@ -52,17 +52,17 @@ io.qdrant client - 1.18.3 + 1.19.0 com.google.guava guava - 33.6.0-jre + 33.7.1-jre io.grpc grpc-protobuf - 1.82.1 + 1.83.1 @@ -74,7 +74,7 @@ org.apache.spark spark-sql_2.13 - 4.1.2 + 4.2.0 provided