Skip to content

Commit 0fce377

Browse files
chore(deps): bump jakarta.servlet:jakarta.servlet-api
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] <support@github.com>
1 parent 5402d2e commit 0fce377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation group: 'junit', name: 'junit'
3434

3535
compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '4.0.1'
36-
compileOnly group: 'jakarta.servlet', name: 'jakarta.servlet-api', version: '6.0.0'
36+
compileOnly group: 'jakarta.servlet', name: 'jakarta.servlet-api', version: '6.1.0'
3737
}
3838

3939
publishing {

0 commit comments

Comments
 (0)