Skip to content

Commit

Permalink
Merge pull request #707 from simlar/renovate/org.yaml-snakeyaml-2.x
Browse files Browse the repository at this point in the history
Update dependency org.yaml:snakeyaml to v2.3
  • Loading branch information
BenSartor committed Sep 13, 2024
2 parents 888e3c2 + 708ed52 commit 43c412a
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 @@ -63,7 +63,7 @@ dependencies {
implementation("com.googlecode.libphonenumber:libphonenumber:8.13.45")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.google.auth:google-auth-library-oauth2-http:1.25.0")
implementation("org.yaml:snakeyaml:2.2") /// TODO: remove this once transitive dependency passes owasp checker
implementation("org.yaml:snakeyaml:2.3") /// TODO: remove this once transitive dependency passes owasp checker

runtimeOnly("org.mariadb.jdbc:mariadb-java-client:2.7.12")
//noinspection GradlePackageVersionRange, GradlePackageUpdate /// managed by spring boot bom
Expand Down

0 comments on commit 43c412a

Please sign in to comment.