Skip to content

Commit

Permalink
E - Oppdatering av springframework:spring-framework-bom:6.1.12 -> 6.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Sep 24, 2024
1 parent bd3d9a2 commit 839f167
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 @@ -36,7 +36,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-actuator")

// Spring Framework BOM-fil overstyrer så vi får siste patch-versjon av Spring Framework
implementation(platform("org.springframework:spring-framework-bom:6.1.12"))
implementation(platform("org.springframework:spring-framework-bom:6.1.13"))
// implementation("javax.annotation:javax.annotation-api:1.3.2")

implementation("org.yaml:snakeyaml:2.2") // Pga https://security.snyk.io/package/maven/org.yaml:snakeyaml
Expand Down

0 comments on commit 839f167

Please sign in to comment.