diff --git a/README.md b/README.md index 77d4ccd..ded544b 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ More details [here](perftest/perftest.md). ## 5.7.0 * Using separate executor instead of ForkJoinPool.commonPool() when storing events -* Updated cradle api: `5.4.0-dev` +* Updated cradle api: `5.4.1-dev` * Corrected default configuration: * maxTaskCount: `256` -> `128` * added `processingThreads` option diff --git a/build.gradle b/build.gradle index 924fc9e..f3d807b 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ sourceCompatibility = 11 targetCompatibility = 11 ext { - cradleVersion = '5.4.1-TH2-5207-9758119785-0fae4a0-SNAPSHOT' + cradleVersion = '5.4.1-dev' } repositories {