Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
[#334] Update servlet-api to 3.1.0
Browse files Browse the repository at this point in the history
To be compatible with tomcat-embed 8.0.20 used by spring-boot 1.2.2.

Fixes #334
  • Loading branch information
Marcin Zajaczkowski committed Mar 20, 2015
1 parent 21908ff commit c7f5c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stub-runner/stub-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
compile "org.slf4j:log4j-over-slf4j"
compile 'ch.qos.logback:logback-classic:1.1.2'
compile 'args4j:args4j:2.0.29'
compile 'javax.servlet:javax.servlet-api:3.0.1'
compile 'javax.servlet:javax.servlet-api:3.1.0'
compile 'com.nurkiewicz.asyncretry:asyncretry-jdk7:0.0.6'

testCompile 'org.spockframework:spock-core'
Expand Down

0 comments on commit c7f5c95

Please sign in to comment.