Skip to content

Commit

Permalink
Bump the sentiment-api-gradle group in /sentiment-api with 2 updates
Browse files Browse the repository at this point in the history
Bumps the sentiment-api-gradle group in /sentiment-api with 2 updates: [com.google.cloud:google-cloud-language](https://github.com/googleapis/google-cloud-java) and [org.springframework.boot](https://github.com/spring-projects/spring-boot).


Updates `com.google.cloud:google-cloud-language` from 2.35.0 to 2.37.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.2.2 to 3.2.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.2...v3.2.3)

---
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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent 91da3c6 commit fed8c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sentiment-api/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "3.2.2"
id("org.springframework.boot") version "3.2.3"
id("io.spring.dependency-management") version "1.1.4"
kotlin("jvm") version "1.9.22"
kotlin("plugin.spring") version "1.9.22"
Expand All @@ -26,7 +26,7 @@ dependencies {
implementation("io.micrometer:micrometer-registry-prometheus")

implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("com.google.cloud:google-cloud-language:2.35.0")
implementation("com.google.cloud:google-cloud-language:2.37.0")
implementation("org.jsoup:jsoup:1.17.2")

developmentOnly("org.springframework.boot:spring-boot-devtools")
Expand Down

0 comments on commit fed8c9f

Please sign in to comment.