Skip to content

Commit

Permalink
Merge pull request #403 from Netflix/update_jetty
Browse files Browse the repository at this point in the history
Update Jetty to latest 9.2.* patch
  • Loading branch information
drobertduke authored Dec 4, 2019
2 parents e28f8ab + fcbdb9b commit 18dc7e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion governator-jersey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies {

compileOnly 'javax.servlet:javax.servlet-api:3.0.1'

testCompile'org.eclipse.jetty:jetty-servlet:9.2.12.v20150709'
testCompile'org.eclipse.jetty:jetty-servlet:9.2.29.v20191105'
testCompile project(':governator-jetty')
}
4 changes: 2 additions & 2 deletions governator-jetty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies {
compile "javax.xml.bind:jaxb-api:${jaxb_version}"

compile 'com.sun.jersey:jersey-server:1.19'
compile 'org.eclipse.jetty:jetty-servlet:9.2.12.v20150709'
compile 'org.eclipse.jetty:jetty-webapp:9.2.12.v20150709'
compile 'org.eclipse.jetty:jetty-servlet:9.2.29.v20191105'
compile 'org.eclipse.jetty:jetty-webapp:9.2.29.v20191105'
compileOnly "com.netflix.archaius:archaius2-api:${archaius2_version}"
compileOnly "com.netflix.archaius:archaius2-core:${archaius2_version}"

Expand Down

0 comments on commit 18dc7e6

Please sign in to comment.