We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e275996 commit a33ae6cCopy full SHA for a33ae6c
1 file changed
e2e-tests/build.gradle
@@ -29,15 +29,6 @@ dependencies {
29
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
30
31
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1'
32
-
33
- constraints {
34
- implementation('io.netty:netty-codec-http:4.1.59.Final') {
35
- because 'to fix SNYK-JAVA-IONETTY-1070799'
36
- }
37
- implementation('io.netty:netty-handler:4.1.59.Final') {
38
- because 'to fix SNYK-JAVA-IONETTY-1042268'
39
40
41
}
42
43
tasks.withType(Test) {
0 commit comments