Skip to content

Commit 7364c87

Browse files
authored
Merge pull request #17 from ahunigel/dependabot/gradle/jakarta.servlet-jakarta.servlet-api-6.0.0
chore(deps): bump jakarta.servlet:jakarta.servlet-api from 4.0.4 to 6.0.0
2 parents 0fd86f8 + 22ae419 commit 7364c87

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: '4.0.4'
36+
compileOnly group: 'jakarta.servlet', name: 'jakarta.servlet-api', version: '6.0.0'
3737
}
3838

3939
publishing {

0 commit comments

Comments
 (0)