⬆️ Bump jmh-generator-annprocess from 1.25.2 to 1.26

Bumps jmh-generator-annprocess from 1.25.2 to 1.26.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-23 20:34:31 +00:00 committed by Alexander Söderberg
parent e1c7d91722
commit fadd9578ec

View file

@ -1,5 +1,5 @@
dependencies {
api project(':cloud-services')
testImplementation 'org.openjdk.jmh:jmh-core:1.25.2'
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.25.2'
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.26'
}