From c3fd38fd8c4f6b19c6549c00ed51513a02fbc98d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:44:33 +0000 Subject: [PATCH] build(deps): bump the minor-and-patch group across 1 directory with 2 updates Bumps the minor-and-patch group with 2 updates in the / directory: [com.deepgram:deepgram-java-sdk](https://github.com/deepgram/deepgram-java-sdk) and com.diffplug.spotless. Updates `com.deepgram:deepgram-java-sdk` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/deepgram/deepgram-java-sdk/releases) - [Changelog](https://github.com/deepgram/deepgram-java-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/deepgram/deepgram-java-sdk/compare/v0.6.0...v0.7.1) Updates `com.diffplug.spotless` from 8.8.0 to 8.9.0 --- updated-dependencies: - dependency-name: com.deepgram:deepgram-java-sdk dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.diffplug.spotless dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8a5e8b2..ba275d3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { java id("org.springframework.boot") version "4.1.0" id("io.spring.dependency-management") version "1.1.7" - id("com.diffplug.spotless") version "8.8.0" + id("com.diffplug.spotless") version "8.9.0" id("org.owasp.dependencycheck") version "12.2.2" jacoco } @@ -90,7 +90,7 @@ dependencies { implementation("org.springframework.ai:spring-ai-advisors-vector-store") implementation("org.springframework.ai:spring-ai-starter-model-ollama") implementation("org.springframework.ai:spring-ai-starter-model-openai") - implementation("com.deepgram:deepgram-java-sdk:0.6.0") + implementation("com.deepgram:deepgram-java-sdk:0.7.1") implementation("org.springframework.ai:spring-ai-starter-model-google-genai") implementation("org.springframework.ai:spring-ai-starter-vector-store-pgvector")