Skip to content

Commit 4b8c8af

Browse files
Removing constraint
1 parent 0a9e80c commit 4b8c8af

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ repositories {
4444
}
4545

4646
dependencies {
47-
constraints {
48-
implementation( 'org.jsoup:jsoup:1.17.2' ){
49-
because "CVE-2022-36033 6.1 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability pending CVSS allocation"
50-
}
51-
}
52-
5347
// logging
5448
implementation 'org.slf4j:slf4j-api:2.0.12' // slf4j wrapper
5549
implementation 'com.lmax:disruptor:4.0.0' // async logging

0 commit comments

Comments
 (0)