We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf602aa commit 8081203Copy full SHA for 8081203
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>exporter-wallet-balances</artifactId>
13
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1.0-SNAPSHOT</version>
14
<packaging>jar</packaging>
15
16
<name>exporter-wallet-balances</name>
@@ -81,7 +81,7 @@
81
<dependency>
82
<groupId>org.opensearch.client</groupId>
83
<artifactId>opensearch-java</artifactId>
84
- <version>2.4.0</version>
+ <version>3.6.0</version>
85
</dependency>
86
87
<groupId>org.glassfish</groupId>
0 commit comments