Skip to content

Commit

Permalink
Update vulnerable deps #1357 #1351 (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
troshko111 authored Oct 29, 2020
1 parent 16ab5e4 commit f92ee22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
awsVersion = '1.11.277'
servletVersion = '2.5'
jerseyVersion = '1.19.1'
jettisonVersion = '1.3.7'
jettisonVersion = '1.4.0'
apacheHttpClientVersion = '4.5.3'
commonsConfigurationVersion = '1.10'
jsr305Version = '3.0.2'
Expand Down
4 changes: 2 additions & 2 deletions eureka-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
compile 'org.slf4j:slf4j-log4j12:1.6.1'
compile 'org.glassfish.jaxb:jaxb-runtime:2.3.3'

runtimeOnly 'xerces:xercesImpl:2.4.0'
runtimeOnly 'xerces:xercesImpl:2.12.0'
runtimeOnly 'org.codehaus.jettison:jettison:1.2'

providedCompile "javax.servlet:servlet-api:$servletVersion"
Expand All @@ -21,7 +21,7 @@ dependencies {

task copyLibs(type: Copy) {
into 'testlibs/WEB-INF/libs'
from configurations.runtime
from configurations.runtime
}

war {
Expand Down

0 comments on commit f92ee22

Please sign in to comment.