Skip to content

Commit

Permalink
Upgrade 2.x branch to 2.9 (#150)
Browse files Browse the repository at this point in the history
* Upgrade 2.x branch to 2.9

Signed-off-by: Mingshi Liu <mingshl@amazon.com>

* upgrade to com.fasterxml.jackson.core:jackson-core:2.15.2

Signed-off-by: Mingshi Liu <mingshl@amazon.com>

---------

Signed-off-by: Mingshi Liu <mingshl@amazon.com>
  • Loading branch information
mingshl committed Jun 22, 2023
1 parent 7285598 commit 147e19c
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 @@ -54,7 +54,7 @@ validateNebulaPom.enabled = false
buildscript {
ext {
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
opensearch_version = System.getProperty("opensearch.version", "2.8.0")
opensearch_version = System.getProperty("opensearch.version", "2.9.0")
plugin_version = opensearch_version
if (isSnapshot) {
opensearch_version += "-SNAPSHOT"
Expand Down Expand Up @@ -86,7 +86,7 @@ dependencies {
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
implementation 'org.apache.httpcomponents:httpcore:4.4.15'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.0'
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.1'
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.2'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.15.0'
implementation 'commons-logging:commons-logging:1.2'
implementation 'com.amazonaws:aws-java-sdk-sts:1.12.300'
Expand Down

0 comments on commit 147e19c

Please sign in to comment.