summaryrefslogtreecommitdiff
path: root/buildSrc/src/main/kotlin/benchmark-conventions.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-06-17 14:33:56 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-06-17 14:33:56 +0200
commit5649bdc3fe77b40a112d8478460aab30ee08de58 (patch)
treedb176a49e63814a4338e978f940897808bfc6016 /buildSrc/src/main/kotlin/benchmark-conventions.gradle.kts
parent0fd7b3116fbace7deb8202d1849cece7146462a9 (diff)
build: Update dependencies
This change updates the project dependencies to follow the latest available version where possible.
Diffstat (limited to 'buildSrc/src/main/kotlin/benchmark-conventions.gradle.kts')
-rw-r--r--buildSrc/src/main/kotlin/benchmark-conventions.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildSrc/src/main/kotlin/benchmark-conventions.gradle.kts b/buildSrc/src/main/kotlin/benchmark-conventions.gradle.kts
index 4e73d4d3..78ed5d1f 100644
--- a/buildSrc/src/main/kotlin/benchmark-conventions.gradle.kts
+++ b/buildSrc/src/main/kotlin/benchmark-conventions.gradle.kts
@@ -50,7 +50,7 @@ benchmark {
targets {
register("jmh") {
this as JvmBenchmarkTarget
- jmhVersion = "1.21"
+ jmhVersion = "1.32"
}
}
}