From 5d0dfcbf8159e4eaea73cf3415e044b1e466aef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:39:42 +0000 Subject: [PATCH] Bump the gradle group with 5 updates Bumps the gradle group with 5 updates: | Package | From | To | | --- | --- | --- | | [com.github.navikt:tms-mikrofrontend-selector](https://github.com/navikt/tms-mikrofrontend-selector) | `20230912102330-b4690df` | `20231005112556-1c554d9` | | [jvm](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.1.4` | `3.1.5` | | org.sonarqube | `4.4.0.3356` | `4.4.1.3373` | Updates `com.github.navikt:tms-mikrofrontend-selector` from 20230912102330-b4690df to 20231005112556-1c554d9 - [Commits](https://github.com/navikt/tms-mikrofrontend-selector/commits) Updates `jvm` from 1.9.10 to 1.9.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/commits) Updates `plugin.spring` from 1.9.10 to 1.9.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/commits) Updates `org.springframework.boot` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.1.5) Updates `org.sonarqube` from 4.4.0.3356 to 4.4.1.3373 --- updated-dependencies: - dependency-name: com.github.navikt:tms-mikrofrontend-selector dependency-type: direct:production 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: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-patch 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 27ea98e..e337b78 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,11 +1,11 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - kotlin("jvm") version "1.9.10" - kotlin("plugin.spring") version "1.9.10" - id("org.springframework.boot") version "3.1.4" + kotlin("jvm") version "1.9.20" + kotlin("plugin.spring") version "1.9.20" + id("org.springframework.boot") version "3.1.5" id("io.spring.dependency-management") version "1.1.3" - id("org.sonarqube") version "4.4.0.3356" + id("org.sonarqube") version "4.4.1.3373" jacoco } @@ -58,7 +58,7 @@ dependencies { // NAV implementation("com.github.navikt:brukernotifikasjon-schemas:$brukernotifikasjonVersion") - implementation("com.github.navikt:tms-mikrofrontend-selector:20230912102330-b4690df") + implementation("com.github.navikt:tms-mikrofrontend-selector:20231005112556-1c554d9") // Spring Boot implementation("org.springframework.boot:spring-boot-starter-actuator")