We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2df40 commit d980a1cCopy full SHA for d980a1c
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
<artifactId>fesen-httpclient</artifactId>
6
<packaging>jar</packaging>
7
<name>fesen-httpclient</name>
8
- <version>3.5.1-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
9
<description>HTTP client for OpenSearch</description>
10
<url>https://github.com/codelibs/fesen-httpclient</url>
11
<inceptionYear>2012</inceptionYear>
@@ -37,7 +37,7 @@
37
</scm>
38
<properties>
39
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40
- <opensearch.version>3.5.0</opensearch.version>
+ <opensearch.version>3.6.0</opensearch.version>
41
<log4j.version>2.25.3</log4j.version>
42
<junit.jupiter.version>5.12.2</junit.jupiter.version>
43
<testcontainers.version>1.21.4</testcontainers.version>
0 commit comments