diff --git a/README.md b/README.md
index ecc1654..5c860fe 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ so they can be reported.
1. Download the JMXReporter jar file.
1. For your JMX application (say Kafka) add JMXReporter to the java command line
as a javaagent (-javaagent:path_to_jxmreporter_jar)
-1. Place the following simple metrics4j.conf file in the applications classpath.
+1. Place the following simple metrics4j.conf file in the applications classpath. Or specify the location with -DMETRICS4J_CONFIG=/path/to/metrics4j.conf
```hocon
metrics4j: {
_dump-file: "dump.conf"
diff --git a/pom.xml b/pom.xml
index cbcb3b5..4cfd2af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.kairosdb
JMXReporter
- 0.15.0
+ 0.18.0
@@ -20,7 +20,7 @@
org.kairosdb
metrics4j
- 0.15.0
+ 0.18.0