Skip to content

Commit

Permalink
Update Spring and JSON-Smart (opensearch-project#2606)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: Maciej Mierzwa <[email protected]>
  • Loading branch information
stephen-crawford authored and MaciejMierzwa committed Apr 20, 2023
1 parent bbf3c10 commit 741e3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ dependencies {
implementation 'commons-lang:commons-lang:2.4'
implementation 'commons-collections:commons-collections:3.2.2'
implementation 'com.jayway.jsonpath:json-path:2.4.0'
implementation 'net.minidev:json-smart:2.4.7'
implementation 'net.minidev:json-smart:2.4.10'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.10.8'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.10.8'
runtimeOnly 'com.google.guava:failureaccess:1.0.1'
Expand Down Expand Up @@ -462,7 +462,7 @@ dependencies {
testCompileOnly 'org.apiguardian:apiguardian-api:1.0.0'
// Kafka test execution
testRuntimeOnly 'org.springframework.retry:spring-retry:1.3.3'
testRuntimeOnly ('org.springframework:spring-core:5.3.21') {
testRuntimeOnly ('org.springframework:spring-core:5.3.26') {
exclude(group:'org.springframework', module: 'spring-jcl' )
}
testRuntimeOnly 'org.scala-lang:scala-library:2.13.9'
Expand Down

0 comments on commit 741e3c6

Please sign in to comment.