Skip to content

Commit

Permalink
rm pinned snakeyaml dependency
Browse files Browse the repository at this point in the history
not necessary anymore since spring upgraded to snakeyaml 2.0
  • Loading branch information
JKatzwinkel authored Aug 6, 2023
1 parent 79db0bb commit 8047fc4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ publishing {

repositories {
mavenCentral()
maven { url 'https://plugins.gradle.org/m2/' }
maven { url 'https://jitpack.io' }
maven { url 'https://repo.spring.io/milestone' }
}
Expand All @@ -93,8 +92,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.2.0-M1'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.2.1'
implementation 'org.apache.commons:commons-lang3:3.13.0'
// for CVE-2022-1471, likely redundant with some future spring-boot release:
implementation 'org.yaml:snakeyaml:2.0'

implementation 'com.github.jkatzwinkel:tla-common:main-SNAPSHOT'
implementation('com.github.rosmord.jsesh:jsesh:release-7.6.1') {
Expand Down

0 comments on commit 8047fc4

Please sign in to comment.