Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 30e4bc3

Browse files
authored
fix: rm'd explicit snakeyaml dependency causing fatal IDE error (#776) (#777)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent 84c9242 commit 30e4bc3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,6 @@ dependencies {
186186
testImplementation('maven:junit:junit:4.13.2') { //intellij-common-ui-test-library
187187
because 'https://github.com/advisories/GHSA-269g-pwp5-87pp'
188188
}
189-
implementation('org.yaml:snakeyaml:2.2') { //openshift-client
190-
because 'https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1471'
191-
}
192189
}
193190
}
194191

0 commit comments

Comments
 (0)