From 2a7dfd242b30636de70a2b97f0105d2b3dbf0374 Mon Sep 17 00:00:00 2001 From: jzonthemtn Date: Tue, 27 Feb 2024 17:43:35 -0500 Subject: [PATCH] Upgrading to OS 2.12. --- Dockerfile | 2 +- build.gradle | 4 ++-- docker-compose.yaml | 5 ++--- gradle.properties | 2 +- licenses/jackson-annotations-2.15.2.jar.sha1 | 1 - licenses/jackson-annotations-2.16.1.jar.sha1 | 1 + licenses/jackson-databind-2.15.2.jar.sha1 | 1 - licenses/jackson-databind-2.16.1.jar.sha1 | 1 + 8 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 licenses/jackson-annotations-2.15.2.jar.sha1 create mode 100644 licenses/jackson-annotations-2.16.1.jar.sha1 delete mode 100644 licenses/jackson-databind-2.15.2.jar.sha1 create mode 100644 licenses/jackson-databind-2.16.1.jar.sha1 diff --git a/Dockerfile b/Dockerfile index 4908aca..cd7c708 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM opensearchproject/opensearch:2.11.1 +FROM opensearchproject/opensearch:2.12.0 COPY ./build/distributions/opensearch-ubi.zip /tmp/ diff --git a/build.gradle b/build.gradle index f012fd1..62fb2da 100644 --- a/build.gradle +++ b/build.gradle @@ -36,8 +36,8 @@ repositories { dependencies { // required for the yaml test to run - yamlRestTestImplementation 'org.apache.logging.log4j:log4j-core:2.20.0' - runtimeOnly 'org.apache.logging.log4j:log4j-core:2.20.0' + yamlRestTestImplementation "org.apache.logging.log4j:log4j-core:${versions.log4j}" + runtimeOnly "org.apache.logging.log4j:log4j-core:${versions.log4j}" implementation "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}" implementation "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}" } diff --git a/docker-compose.yaml b/docker-compose.yaml index 1bb22d0..89201b6 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -18,15 +18,14 @@ services: http.cors.allow-headers: X-Requested-With,X-Auth-Token,Content-Type,Content-Length,Authorization plugins.ubi.indices: "awesome" logger.level: info + OPENSEARCH_INITIAL_ADMIN_PASSWORD: SuperSecretPassword_123 ulimits: memlock: soft: -1 hard: -1 nofile: soft: 65536 - hard: 65536 - volumes: - - opensearch-data:/usr/share/opensearch/data + hard: 65536 ports: - 9200:9200 - 9600:9600 diff --git a/gradle.properties b/gradle.properties index 5fab4e5..c4571dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -opensearchVersion = 2.11.1 \ No newline at end of file +opensearchVersion = 2.12.0 \ No newline at end of file diff --git a/licenses/jackson-annotations-2.15.2.jar.sha1 b/licenses/jackson-annotations-2.15.2.jar.sha1 deleted file mode 100644 index f63416d..0000000 --- a/licenses/jackson-annotations-2.15.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4724a65ac8e8d156a24898d50fd5dbd3642870b8 \ No newline at end of file diff --git a/licenses/jackson-annotations-2.16.1.jar.sha1 b/licenses/jackson-annotations-2.16.1.jar.sha1 new file mode 100644 index 0000000..cbc6568 --- /dev/null +++ b/licenses/jackson-annotations-2.16.1.jar.sha1 @@ -0,0 +1 @@ +fd441d574a71e7d10a4f73de6609f881d8cdfeec \ No newline at end of file diff --git a/licenses/jackson-databind-2.15.2.jar.sha1 b/licenses/jackson-databind-2.15.2.jar.sha1 deleted file mode 100644 index f16d80a..0000000 --- a/licenses/jackson-databind-2.15.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -9353b021f10c307c00328f52090de2bdb4b6ff9c \ No newline at end of file diff --git a/licenses/jackson-databind-2.16.1.jar.sha1 b/licenses/jackson-databind-2.16.1.jar.sha1 new file mode 100644 index 0000000..d231db4 --- /dev/null +++ b/licenses/jackson-databind-2.16.1.jar.sha1 @@ -0,0 +1 @@ +02a16efeb840c45af1e2f31753dfe76795278b73 \ No newline at end of file