Skip to content

Commit 9386291

Browse files
fix(deps): update dependency jakarta.servlet:jakarta.servlet-api to v6
1 parent c9c3f5c commit 9386291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmx-scraper/test-webapp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ plugins {
77
description = "JMX metrics scraper - test web application"
88

99
dependencies {
10-
providedCompile("jakarta.servlet:jakarta.servlet-api:5.0.0")
10+
providedCompile("jakarta.servlet:jakarta.servlet-api:6.1.0")
1111
}

0 commit comments

Comments
 (0)