oblak/cloud-core/build.gradle
dependabot[bot] fadd9578ec ⬆️ 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>
2020-10-23 22:44:16 +02:00

5 lines
180 B
Groovy

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