We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e97f035 + 43604db commit 66e625bCopy full SHA for 66e625b
1 file changed
build.gradle
@@ -115,6 +115,17 @@ subprojects {
115
implementation("net.minidev:json-smart:2.5.0") {
116
because("CVE-2023-1370 - transitive from json-path")
117
}
118
+ implementation("commons-io:commons-io:2.14.0") {
119
+ because("CVE-2024-47554 - transitive from swagger-parser")
120
+ }
121
122
123
+
124
+ configurations.all {
125
+ resolutionStrategy {
126
+ dependencySubstitution {
127
+ substitute(module("org.lz4:lz4-java")).using(module("at.yawk.lz4:lz4-java:1.8.1"))
128
129
130
131
0 commit comments