Skip to content

Commit 1bcf9b8

Browse files
Bump javax.servlet:javax.servlet-api from 3.0.1 to 4.0.1 in /etw/etw-testapp (#4062)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef0e536 commit 1bcf9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etw/etw-testapp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
dependencies {
8-
compileOnly("javax.servlet:javax.servlet-api:3.0.1")
8+
compileOnly("javax.servlet:javax.servlet-api:4.0.1")
99
// TODO (trask) ETW: is this project really needed? if so, need to restore devtest configuration
1010
// compileOnly(project(path:":agent:agent", configuration:"devtest"))
1111
compileOnly(project(path: ":agent:agent"))

0 commit comments

Comments
 (0)