Skip to content

Commit

Permalink
U - Oppgraderer org.springframework:spring-framework-bom:6.1.0 -> 6.1.1
Browse files Browse the repository at this point in the history
Automatisert oppgradering av org.springframework:spring-framework-bom.
  • Loading branch information
dskarpas committed Dec 6, 2023
1 parent f30f8de commit d4939d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.0"))
implementation(platform("org.springframework:spring-framework-bom:6.1.1"))
implementation("org.springframework:spring-web")
implementation("org.springframework:spring-context")
implementation("jakarta.servlet:jakarta.servlet-api:6.0.0")
Expand Down

0 comments on commit d4939d6

Please sign in to comment.