We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56bac09 + f3713d1 commit 6ed66f7Copy full SHA for 6ed66f7
build.gradle
@@ -62,6 +62,12 @@ dependencies {
62
implementation "org.bitbucket.b_c:jose4j:$versions.jose4j"
63
implementation 'org.apache.commons:commons-lang3:3.17.0'
64
implementation 'commons-codec:commons-codec:1.17.1'
65
+
66
+ constraints {
67
+ implementation('com.fasterxml.jackson.core:jackson-core:2.15.0') {
68
+ because 'version 2.14.2 brought in transitively by com.auth0:auth0@2.12.0 has CWE-400'
69
+ }
70
71
}
72
73
shadowJar {
0 commit comments