Skip to content

Commit 482e7fd

Browse files
committed
Update servlet-api to 4.0.1
Closes gh-648
1 parent 2681d3e commit 482e7fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: samples/odm/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
"org.springframework:spring-webmvc",
1414
"commons-lang:commons-lang"
1515

16-
compileOnly "javax.servlet:servlet-api:2.5"
16+
compileOnly "javax.servlet:javax.servlet-api:4.0.1"
1717

1818
runtimeOnly 'ch.qos.logback:logback-classic'
1919

Diff for: samples/plain/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
"org.springframework:spring-webmvc",
1414
"commons-lang:commons-lang"
1515

16-
compileOnly "javax.servlet:servlet-api:2.5"
16+
compileOnly "javax.servlet:javax.servlet-api:4.0.1"
1717

1818
runtimeOnly 'ch.qos.logback:logback-classic'
1919

0 commit comments

Comments
 (0)