Skip to content

Commit

Permalink
fix(deps): update dependency jakarta.servlet:jakarta.servlet-api to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent c9c3f5c commit 9386291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jmx-scraper/test-webapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ plugins {
description = "JMX metrics scraper - test web application"

dependencies {
providedCompile("jakarta.servlet:jakarta.servlet-api:5.0.0")
providedCompile("jakarta.servlet:jakarta.servlet-api:6.1.0")
}

0 comments on commit 9386291

Please sign in to comment.