Skip to content

Commit a33ae6c

Browse files
author
Adrian Clay
authored
/e2e-tests Netty constraints are fulfilled by updated packages (#677)
Therefore these constraints are unnecessary
1 parent e275996 commit a33ae6c

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

e2e-tests/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@ dependencies {
2929
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
3030

3131
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-
}
4132
}
4233

4334
tasks.withType(Test) {

0 commit comments

Comments
 (0)