From 8ec9840073c9afc0e4d401c713f5eb6e95ab5b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:03:50 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.6.6 to 2.7.17 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.6.6 to 2.7.17. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.6...v2.7.17) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8310a807..d9aba419 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ val mainClass = "no.nav.familie.ba.infotrygd.Main" plugins { val kotlinVersion = "1.8.21" - val springBootVersion = "2.6.6" + val springBootVersion = "2.7.17" id("org.springframework.boot") version springBootVersion id("io.spring.dependency-management") version "1.1.0" kotlin("jvm") version kotlinVersion