diff --git a/README.md b/README.md
index 4a87dc93..7dad3337 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ _Java 8 maven artifact:_
com.zaxxer
HikariCP
- 2.2.5
+ 2.3.0
compile
```
@@ -22,7 +22,7 @@ _Java 6 and Java 7 maven artifact:_
com.zaxxer
HikariCP-java6
- 2.2.5
+ 2.3.0
compile
```
@@ -239,7 +239,7 @@ class such as ``TRANSACTION_READ_COMMITTED``, ``TRANSACTION_REPEATABLE_READ``, e
:watch:``leakDetectionThreshold``
This property controls the amount of time that a connection can be out of the pool before a
message is logged indicating a possible connection leak. A value of 0 means leak detection
-is disabled. Lowest acceptable value for enabling leak detection is 10000 (10 secs).
+is disabled. Lowest acceptable value for enabling leak detection is 2000 (2 secs).
*Default: 0*
:arrow_right:``dataSource``