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 18, 2024
1 parent ba49940 commit e68bc56
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 @@ -5,7 +5,7 @@ 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")
}

java {
Expand Down

0 comments on commit e68bc56

Please sign in to comment.