From 58bcc91878b7312ac25f19e5f69dfc7bab3552a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 11:06:59 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.6.6 to 2.7.15 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.6.6 to 2.7.15. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.6...v2.7.15) --- 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 b94da4a7..b2fbd128 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ val mainClass = "no.nav.familie.ba.infotrygd.Main" plugins { val kotlinVersion = "1.8.21" - val springBootVersion = "2.6.6" + val springBootVersion = "2.7.15" id("org.springframework.boot") version springBootVersion id("io.spring.dependency-management") version "1.1.0" kotlin("jvm") version kotlinVersion