Skip to content

Commit

Permalink
Merge pull request #30 from opensearch-project/whitesource-remediate/…
Browse files Browse the repository at this point in the history
…org.apache.logging.log4j-log4j-slf4j-impl-2.x
  • Loading branch information
dbwiddis committed Dec 16, 2023
2 parents 7a896d8 + c50f0c8 commit 9d971e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ task addJarsToClasspath(type: Copy) {
dependencies {
compileOnly group: 'org.opensearch', name:'opensearch-ml-client', version: "${version}"
compileOnly group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
compileOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.19.0"
compileOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.22.0"
compileOnly group: 'org.json', name: 'json', version: '20231013'
zipArchive group: 'org.opensearch.plugin', name:'opensearch-sql-plugin', version: "${version}"
implementation("com.google.guava:guava:32.1.3-jre")
Expand Down

0 comments on commit 9d971e3

Please sign in to comment.