diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index debca55b65..53dadbeead 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -287,6 +287,8 @@ Version 3.0 * ``TransactionSignature`` includes a new ``partialMerkleTree`` property, required for future support of signing over multiple transactions at once. +* Updating Jolokia dependency to latest version (includes security fixes) + .. _changelog_v1: Release 1.0 diff --git a/node/src/main/resources/build.properties b/node/src/main/resources/build.properties index 72577915e7..5f1344f9d4 100644 --- a/node/src/main/resources/build.properties +++ b/node/src/main/resources/build.properties @@ -2,4 +2,4 @@ # Note: sadly, due to present limitation of IntelliJ-IDEA in processing resource files, these constants cannot be # imported from top-level 'constants.properties' file -jolokiaAgentVersion=1.3.7 \ No newline at end of file +jolokiaAgentVersion=1.5.0