Skip to content

Commit

Permalink
Dependency updates: Jackson 2.17.1, Opensearch Java 2.10.4 (#287)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Jun 7, 2024
1 parent dd29ed3 commit 7c37f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ dependencyResolutionManagement {

create("opensearchLibs") {
version("opensearch", "2.14.0")
library("java-client", "org.opensearch.client:opensearch-java:2.10.3")
library("java-client", "org.opensearch.client:opensearch-java:2.10.4")
library("client", "org.opensearch.client", "opensearch-rest-client").versionRef("opensearch")
library("high-level-client", "org.opensearch.client", "opensearch-rest-high-level-client").versionRef("opensearch")
library("sniffer", "org.opensearch.client", "opensearch-rest-client-sniffer").versionRef("opensearch")
library("testcontainers", "org.opensearch:opensearch-testcontainers:2.0.1")
}

create("jacksonLibs") {
version("jackson", "2.17.0")
version("jackson", "2.17.1")
library("core", "com.fasterxml.jackson.core", "jackson-core").versionRef("jackson")
library("databind", "com.fasterxml.jackson.core", "jackson-databind").versionRef("jackson")
}
Expand Down

0 comments on commit 7c37f16

Please sign in to comment.