File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ repositories {
49
49
}
50
50
51
51
dependencies {
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
+
52
58
// ie³ power system utils
53
59
implementation ' com.github.ie3-institute:PowerSystemUtils:1.6'
54
60
@@ -57,7 +63,10 @@ dependencies {
57
63
implementation ' com.github.johanneshiry:OSMonaut:v1.1.1' // tmp pbf parse
58
64
59
65
// 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
+
61
70
implementation ' org.locationtech.jts.io:jts-io-common:1.18.2'
62
71
63
72
// Graphs
You can’t perform that action at this time.
0 commit comments