From a40d4d5b30da839c1e0a2edcbfab7fbe5be231ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:49:41 +0000 Subject: [PATCH] Bump the sentiment-api-gradle group in /sentiment-api with 4 updates Bumps the sentiment-api-gradle group in /sentiment-api with 4 updates: [com.google.cloud:google-cloud-language](https://github.com/googleapis/google-cloud-java), [org.springframework.boot](https://github.com/spring-projects/spring-boot), [jvm](https://github.com/JetBrains/kotlin) and [plugin.spring](https://github.com/JetBrains/kotlin). Updates `com.google.cloud:google-cloud-language` from 2.48.0 to 2.49.0 - [Release notes](https://github.com/googleapis/google-cloud-java/releases) - [Changelog](https://github.com/googleapis/google-cloud-java/blob/main/java-document-ai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-java/commits) Updates `org.springframework.boot` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3) Updates `jvm` from 2.0.0 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0...v2.0.20) Updates `plugin.spring` from 2.0.0 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0...v2.0.20) --- updated-dependencies: - dependency-name: com.google.cloud:google-cloud-language dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sentiment-api-gradle - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sentiment-api-gradle - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sentiment-api-gradle - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sentiment-api-gradle ... Signed-off-by: dependabot[bot] --- sentiment-api/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sentiment-api/build.gradle.kts b/sentiment-api/build.gradle.kts index bdd767f..8e049c9 100644 --- a/sentiment-api/build.gradle.kts +++ b/sentiment-api/build.gradle.kts @@ -2,10 +2,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { id("com.github.ben-manes.versions") version "0.51.0" - id("org.springframework.boot") version "3.3.2" + id("org.springframework.boot") version "3.3.3" id("io.spring.dependency-management") version "1.1.6" - kotlin("jvm") version "2.0.0" - kotlin("plugin.spring") version "2.0.0" + kotlin("jvm") version "2.0.20" + kotlin("plugin.spring") version "2.0.20" } group = "no.nav" @@ -27,7 +27,7 @@ dependencies { implementation("io.micrometer:micrometer-registry-prometheus") implementation("org.jetbrains.kotlin:kotlin-reflect") - implementation("com.google.cloud:google-cloud-language:2.48.0") + implementation("com.google.cloud:google-cloud-language:2.49.0") implementation("org.jsoup:jsoup:1.18.1") developmentOnly("org.springframework.boot:spring-boot-devtools")