This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit e3149907fee90ef221f81383b23f6af08219d0b0 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 {
