This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit fc5cc599ea73b980d508b333d8e027b8ece49951 Author: Paul King <[email protected]> AuthorDate: Mon May 4 15:10:33 2020 +1000 bump commons-math from 3.6 to 3.6.1 --- subprojects/performance/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/performance/build.gradle b/subprojects/performance/build.gradle index f377367..771124b 100644 --- a/subprojects/performance/build.gradle +++ b/subprojects/performance/build.gradle @@ -31,7 +31,7 @@ configurations { dependencies { jmh rootProject testImplementation rootProject - stats 'org.apache.commons:commons-math3:3.6' + stats 'org.apache.commons:commons-math3:3.6.1' } jmh {
