Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit d1902ab

Browse files
Bump jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0
Bumps [jakarta.servlet:jakarta.servlet-api](https://github.com/eclipse-ee4j/servlet-api) from 6.0.0 to 6.1.0. - [Commits](https://github.com/eclipse-ee4j/servlet-api/commits) --- updated-dependencies: - dependency-name: jakarta.servlet:jakarta.servlet-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 143fa33 commit d1902ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies {
7878

7979
// workaround to make spring boot test work, which depends on jakarta 6
8080
testImplementation("org.eclipse.jetty:jetty-server:11.0.15")
81-
testImplementation("jakarta.servlet:jakarta.servlet-api:6.0.0")
81+
testImplementation("jakarta.servlet:jakarta.servlet-api:6.1.0")
8282
}
8383

8484
tasks {

0 commit comments

Comments
 (0)