Skip to content

Commit

Permalink
opensearch 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Jun 26, 2024
1 parent e0562c2 commit 3396762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>fesen-httpclient</artifactId>
<packaging>jar</packaging>
<name>fesen-httpclient</name>
<version>2.14.1-SNAPSHOT</version>
<version>2.15.0-SNAPSHOT</version>
<description />
<url>https://github.com/codelibs/fesen-httpclient</url>
<inceptionYear>2012</inceptionYear>
Expand All @@ -32,7 +32,7 @@
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<opensearch.version>2.14.0</opensearch.version>
<opensearch.version>2.15.0</opensearch.version>
<log4j.version>2.21.0</log4j.version>
<junit.jupiter.version>5.10.0</junit.jupiter.version>
<testcontainers.version>1.19.1</testcontainers.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
class OpenSearch2ClientTest {
static final Logger logger = Logger.getLogger(OpenSearch2ClientTest.class.getName());

static final String version = "2.13.0";
static final String version = "2.15.0";

static final String imageTag = "opensearchproject/opensearch:" + version;

Expand Down

0 comments on commit 3396762

Please sign in to comment.