Upgrade JMH plugin to 0.5.2

This commit is contained in:
Sam Brannen 2021-01-12 11:28:03 +01:00
parent 872255a591
commit 72a9d0ff4b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ plugins {
id 'de.undercouch.download' version '4.1.1'
id "io.freefair.aspectj" version '5.1.1' apply false
id "com.github.ben-manes.versions" version '0.28.0'
id "me.champeau.gradle.jmh" version "0.5.0" apply false
id "me.champeau.gradle.jmh" version "0.5.2" apply false
id "org.jetbrains.kotlin.plugin.serialization" version "1.4.21" apply false
}