File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ repositories {
4949}
5050
5151dependencies {
52+ constraints {
53+ implementation( ' junit:junit:4.13.2+' ){
54+ because " CVE-2020-15250 - Temporary folder vulnerability - https://github.com/advisories/GHSA-269g-pwp5-87pp"
55+ }
56+ }
57+
5258 // ie³ power system utils
5359 implementation ' com.github.ie3-institute:PowerSystemUtils:1.6'
5460
@@ -57,7 +63,10 @@ dependencies {
5763 implementation ' com.github.johanneshiry:OSMonaut:v1.1.1' // tmp pbf parse
5864
5965 // JTS Topology Suite for GeoPositions, License: EPL 1.0 / EDL 1.0
60- implementation ' org.locationtech.jts:jts-core:1.18.2'
66+ implementation (' org.locationtech.jts:jts-core:1.18.2' ){
67+ exclude group : ' junit' , module : ' junit'
68+ }
69+
6170 implementation ' org.locationtech.jts.io:jts-io-common:1.18.2'
6271
6372 // Graphs
You can’t perform that action at this time.
0 commit comments