Skip to content

Commit

Permalink
Updates dependency vulnerabilities versions (#1806) (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] committed May 16, 2022
1 parent 7d68429 commit 1932be8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ configurations.all {
resolutionStrategy {
force 'commons-codec:commons-codec:1.14'
force 'org.apache.santuario:xmlsec:2.2.3'
force 'org.cryptacular:cryptacular:1.1.4'
force 'org.cryptacular:cryptacular:1.2.4'
force 'net.minidev:json-smart:2.4.7'
force 'commons-cli:commons-cli:1.3.1'
force 'org.apache.httpcomponents:httpcore:4.4.12'
force "org.apache.commons:commons-lang3:3.4"
force "org.springframework:spring-core:5.3.14"
force "org.springframework:spring-core:5.3.19"
force "com.google.guava:guava:30.0-jre"
}
}
Expand All @@ -99,7 +99,7 @@ dependencies {
}
implementation 'com.github.wnameless:json-flattener:0.5.0'
implementation 'com.flipkart.zjsonpatch:zjsonpatch:0.4.4'
implementation 'org.apache.kafka:kafka-clients:2.8.1'
implementation 'org.apache.kafka:kafka-clients:3.0.0'
implementation 'com.onelogin:java-saml:2.5.0'
implementation ('org.opensaml:opensaml-saml-impl:3.4.5') {
exclude(group: 'org.apache.velocity', module: 'velocity')
Expand All @@ -122,7 +122,7 @@ dependencies {
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.13'
testImplementation 'org.mockito:mockito-core:2.23.0'
testImplementation 'org.springframework.kafka:spring-kafka-test:2.7.9'
testImplementation 'org.springframework.kafka:spring-kafka-test:2.8.5'
testImplementation 'javax.servlet:servlet-api:2.5'
testImplementation 'com.unboundid:unboundid-ldapsdk:4.0.9'
testImplementation 'com.github.stephenc.jcip:jcip-annotations:1.0-1'
Expand Down

0 comments on commit 1932be8

Please sign in to comment.