From 93b86d1001ebcb9b3b82bef3f90acdfd25d4eb2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:02:35 +0000 Subject: [PATCH] Bump the gradle group across 1 directory with 7 updates Bumps the gradle group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `4.1.7` | `5.0.1` | | [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `4.1.7` | `5.0.1` | | [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `4.1.7` | `5.0.1` | | [jvm](https://github.com/JetBrains/kotlin) | `2.0.0` | `2.0.10` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `2.0.0` | `2.0.10` | | [plugin.jpa](https://github.com/JetBrains/kotlin) | `2.0.0` | `2.0.10` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.2` | Updates `no.nav.security:token-validation-spring` from 4.1.7 to 5.0.1 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.7...5.0.1) Updates `no.nav.security:token-client-spring` from 4.1.7 to 5.0.1 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.7...5.0.1) Updates `no.nav.security:token-validation-spring-test` from 4.1.7 to 5.0.1 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.7...5.0.1) Updates `no.nav.security:token-client-spring` from 4.1.7 to 5.0.1 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.7...5.0.1) Updates `no.nav.security:token-validation-spring-test` from 4.1.7 to 5.0.1 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.7...5.0.1) Updates `jvm` from 2.0.0 to 2.0.10 - [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.10) Updates `plugin.spring` from 2.0.0 to 2.0.10 - [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.10) Updates `plugin.jpa` from 2.0.0 to 2.0.10 - [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.10) Updates `org.springframework.boot` from 3.2.5 to 3.3.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.3.2) --- updated-dependencies: - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: plugin.jpa dependency-type: direct:production update-type: version-update:semver-patch 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9ea9bfcd..9550e4b8 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 "2.0.0" - kotlin("plugin.spring") version "2.0.0" - kotlin("plugin.jpa") version "2.0.0" - id("org.springframework.boot") version "3.2.5" + kotlin("jvm") version "2.0.10" + kotlin("plugin.spring") version "2.0.10" + kotlin("plugin.jpa") version "2.0.10" + id("org.springframework.boot") version "3.3.2" id("io.spring.dependency-management") version "1.1.6" id("com.expediagroup.graphql") version "7.1.4" id("org.sonarqube") version "5.1.0.4882" @@ -25,7 +25,7 @@ configurations { val confluentVersion = "7.7.0" val springCloudVersion = "4.1.4" val logstashLogbackEncoderVersion = "8.0" -val tokenSupportVersion = "4.1.7" +val tokenSupportVersion = "5.0.1" val retryVersion = "2.0.7" val zalandoVersion = "0.27.0" val openhtmltopdfVersion = "1.0.10"