From 6b64d90c8fbd4201708a69af08b0db9d6247d2d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 20:07:38 +0000 Subject: [PATCH] Bump the gradle group across 1 directory with 9 updates Bumps the gradle group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `4.1.7` | `4.1.8` | | [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `4.1.7` | `4.1.8` | | [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `4.1.7` | `4.1.8` | | org.springframework.cloud:spring-cloud-starter-contract-stub-runner | `4.1.2` | `4.1.3` | | [com.google.guava:guava](https://github.com/google/guava) | `33.2.0-jre` | `33.2.1-jre` | | [jvm](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` | | [plugin.jpa](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.0` | Updates `no.nav.security:token-validation-spring` from 4.1.7 to 4.1.8 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.7...4.1.8) Updates `no.nav.security:token-client-spring` from 4.1.7 to 4.1.8 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.7...4.1.8) Updates `no.nav.security:token-validation-spring-test` from 4.1.7 to 4.1.8 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.7...4.1.8) Updates `no.nav.security:token-client-spring` from 4.1.7 to 4.1.8 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.7...4.1.8) Updates `no.nav.security:token-validation-spring-test` from 4.1.7 to 4.1.8 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.7...4.1.8) Updates `org.springframework.cloud:spring-cloud-starter-contract-stub-runner` from 4.1.2 to 4.1.3 Updates `com.google.guava:guava` from 33.2.0-jre to 33.2.1-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `jvm` from 1.9.24 to 2.0.0 - [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/v1.9.24...v2.0.0) Updates `plugin.spring` from 1.9.24 to 2.0.0 - [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/v1.9.24...v2.0.0) Updates `plugin.jpa` from 1.9.24 to 2.0.0 - [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/v1.9.24...v2.0.0) Updates `org.springframework.boot` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.3.0) --- updated-dependencies: - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.springframework.cloud:spring-cloud-starter-contract-stub-runner dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: plugin.jpa dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ce6fa9ba..121038c4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,10 +2,10 @@ import com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateClientTask import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - kotlin("jvm") version "1.9.24" - kotlin("plugin.spring") version "1.9.24" - kotlin("plugin.jpa") version "1.9.24" - id("org.springframework.boot") version "3.2.5" + kotlin("jvm") version "2.0.0" + kotlin("plugin.spring") version "2.0.0" + kotlin("plugin.jpa") version "2.0.0" + id("org.springframework.boot") version "3.3.0" id("io.spring.dependency-management") version "1.1.5" id("com.expediagroup.graphql") version "7.1.1" id("org.sonarqube") version "5.0.0.4638" @@ -23,9 +23,9 @@ configurations { } val confluentVersion = "7.6.1" -val springCloudVersion = "4.1.2" +val springCloudVersion = "4.1.3" val logstashLogbackEncoderVersion = "7.4" -val tokenSupportVersion = "4.1.7" +val tokenSupportVersion = "4.1.8" val retryVersion = "2.0.6" val zalandoVersion = "0.27.0" val openhtmltopdfVersion = "1.0.10" @@ -35,7 +35,7 @@ val awailitilityKotlinVersion = "4.2.1" val assertkJvmVersion = "0.28.1" val springMockkVersion = "4.0.2" val mockkVersion = "1.13.11" -val guavaVersion = "33.2.0-jre" +val guavaVersion = "33.2.1-jre" val orgJsonVersion = "20240303" val graphQLKotlinVersion = "7.1.1" val k9FormatVersion = "8.3.4"