Skip to content

Commit

Permalink
Bump the sentiment-api-gradle group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the sentiment-api-gradle group with 6 updates in the /sentiment-api directory:

| Package | From | To |
| --- | --- | --- |
| [com.google.cloud:google-cloud-language](https://github.com/googleapis/google-cloud-java) | `2.43.0` | `2.48.0` |
| [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.17.2` | `1.18.1` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.2` |
| [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.4` | `1.1.6` |
| [jvm](https://github.com/JetBrains/kotlin) | `1.9.23` | `2.0.0` |
| [plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.23` | `2.0.0` |



Updates `com.google.cloud:google-cloud-language` from 2.43.0 to 2.48.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.jsoup:jsoup` from 1.17.2 to 1.18.1
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)
- [Commits](jhy/jsoup@jsoup-1.17.2...jsoup-1.18.1)

Updates `org.springframework.boot` from 3.2.5 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.2)

Updates `io.spring.dependency-management` from 1.1.4 to 1.1.6
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.4...v1.1.6)

Updates `jvm` from 1.9.23 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v2.0.0)

Updates `plugin.spring` from 1.9.23 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v2.0.0)

---
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.jsoup:jsoup
  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-minor
  dependency-group: sentiment-api-gradle
- dependency-name: io.spring.dependency-management
  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-major
  dependency-group: sentiment-api-gradle
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sentiment-api-gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2024
1 parent 4610ff4 commit 3af3567
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sentiment-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.5"
id("io.spring.dependency-management") version "1.1.4"
kotlin("jvm") version "1.9.23"
kotlin("plugin.spring") version "1.9.23"
id("org.springframework.boot") version "3.3.2"
id("io.spring.dependency-management") version "1.1.6"
kotlin("jvm") version "2.0.0"
kotlin("plugin.spring") version "2.0.0"
}

group = "no.nav"
Expand All @@ -27,8 +27,8 @@ dependencies {
implementation("io.micrometer:micrometer-registry-prometheus")

implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("com.google.cloud:google-cloud-language:2.43.0")
implementation("org.jsoup:jsoup:1.17.2")
implementation("com.google.cloud:google-cloud-language:2.48.0")
implementation("org.jsoup:jsoup:1.18.1")

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

0 comments on commit 3af3567

Please sign in to comment.