diff --git a/17_2_Accessing_Bitcoind_with_Java.md b/17_2_Accessing_Bitcoind_with_Java.md index 4ea6eca..a45b002 100644 --- a/17_2_Accessing_Bitcoind_with_Java.md +++ b/17_2_Accessing_Bitcoind_with_Java.md @@ -51,11 +51,11 @@ drwxr-xr-x 4 sudo 4.0K Sep 1 13:58 src In order to include `JavaBitcoindRpcClient`, you must add that dependency to `` in the `pom.xml` file ```xml - - wf.bitcoin - bitcoin-rpc-client - 1.1.0 - + + wf.bitcoin + bitcoin-rpc-client + 1.2.1 + ``` You need to add compiler properties to indicate what JDK version will compile the source code.