We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d67d8 commit a7684faCopy full SHA for a7684fa
1 file changed
build.gradle
@@ -36,4 +36,11 @@ dependencies {
36
implementation 'ch.qos.logback.contrib:logback-json-classic:0.1.5'
37
implementation 'ch.qos.logback.contrib:logback-jackson:0.1.5'
38
implementation 'net.logstash.logback:logstash-logback-encoder:7.3'
39
+
40
+ // work-around needed if version < 8.28.0 of 'com.unblu.openapi:jersey3-client-v4' is used:
41
+ constraints {
42
+ implementation('org.glassfish.jersey.core:jersey-client:3.1.11') {
43
+ because('Because of CVE-2025-12383')
44
+ }
45
46
}
0 commit comments