From 9495fc3710e5c1120b5b7ac8063e6347ce27f615 Mon Sep 17 00:00:00 2001 From: mariampervez Date: Wed, 17 Jan 2024 15:01:25 +0100 Subject: [PATCH] U - Oppgraderer org.springframework:spring-framework-bom:6.1.2 -> 6.1.3 Automatisert oppgradering av org.springframework:spring-framework-bom. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d26e832..f4dc2ab 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ group = "no.nav.eessi.pensjon" dependencies { // Spring Framework BOM-fil overstyrer så vi får siste patch-versjon av Spring Framework - implementation(platform("org.springframework:spring-framework-bom:6.1.2")) + implementation(platform("org.springframework:spring-framework-bom:6.1.3")) implementation("org.springframework:spring-web") implementation("org.springframework:spring-context")