Skip to content

Commit

Permalink
E - org.springframework:spring-framework-bom:6.2.1 -> 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Jan 21, 2025
1 parent 72cb13b commit 880de2b
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 @@ -37,7 +37,7 @@ dependencies {
}

// Spring Framework BOM-fil overstyrer så vi får siste patch-versjon av Spring Framework
implementation(platform("org.springframework:spring-framework-bom:6.2.1"))
implementation(platform("org.springframework:spring-framework-bom:6.2.2"))
implementation("org.springframework:spring-web")

implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1")
Expand Down

0 comments on commit 880de2b

Please sign in to comment.