Browse Source

SONAR-19005 - Upgrade snakeyaml to 2.0

tags/10.1.0.73491
Antoine Vinot 1 year ago
parent
commit
3c89fa1789
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -363,7 +363,7 @@ subprojects {
}
dependency 'org.springdoc:springdoc-openapi-ui:1.6.14'
dependency 'org.subethamail:subethasmtp:3.1.7'
dependency 'org.yaml:snakeyaml:1.33'
dependency 'org.yaml:snakeyaml:2.0'

// please keep this list alphabetically ordered
}

Loading…
Cancel
Save