Skip to content

Commit 882a947

Browse files
authored
Merge pull request #53 from ahunigel/dependabot/gradle/jakarta.servlet-jakarta.servlet-api-6.1.0
chore(deps): bump jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0
2 parents 5402d2e + 0fce377 commit 882a947

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)