Skip to content

Commit

Permalink
e - Oppdatering av org.yaml:snakeyaml:2.1 -> 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Aug 29, 2023
1 parent f99f179 commit 771789a
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 @@ -24,7 +24,7 @@ dependencies {
implementation(platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}"))
implementation("org.springframework.boot:spring-boot-starter-aop")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.yaml:snakeyaml:2.1") // Pga https://security.snyk.io/package/maven/org.yaml:snakeyaml
implementation("org.yaml:snakeyaml:2.2") // Pga https://security.snyk.io/package/maven/org.yaml:snakeyaml
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.boot:spring-boot-actuator")

Expand Down

0 comments on commit 771789a

Please sign in to comment.