Skip to content

Commit

Permalink
E - Oppgraderer org.springframework:spring-framework-bom:6.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Jul 11, 2024
1 parent 0e422dd commit 97edf15
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 @@ -49,7 +49,7 @@ dependencies {
implementation('org.springframework.retry:spring-retry:2.0.6')

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

implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1'

Expand Down

0 comments on commit 97edf15

Please sign in to comment.