Skip to content

Commit

Permalink
update commons to 1.3.16 and esop to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Oct 6, 2021
1 parent e92d817 commit ce7037f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<url>https://github.com/instaclustr/instaclustr-icarus</url>

<properties>
<instaclustr.sidecar.common.version>1.3.15</instaclustr.sidecar.common.version>
<instaclustr.esop.version>1.1.3</instaclustr.esop.version>
<instaclustr.sidecar.common.version>1.3.16</instaclustr.sidecar.common.version>
<instaclustr.esop.version>1.1.4</instaclustr.esop.version>

<testng.version>6.14.3</testng.version>
<mockito.version>2.23.4</mockito.version>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/instaclustr/icarus/Icarus.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public List<AbstractModule> icarusModules(SidecarSpec icarusSpec, CassandraJMXSp
add(new ServiceManagerModule());
add(new CassandraModule(new CassandraJMXConnectionInfo(jmxSpec.jmxPassword,
jmxSpec.jmxUser,
jmxSpec.jmxCredentials,
jmxSpec.jmxServiceURL,
jmxSpec.trustStore,
jmxSpec.trustStorePassword,
Expand Down

0 comments on commit ce7037f

Please sign in to comment.