Skip to content

Commit 4ec663e

Browse files
authored
Merge pull request #1368 from mattrjacobs/upgrade-jmh
Upgrade jmh to 1.14.1
2 parents 02b8be7 + 082ac5b commit 4ec663e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hystrix-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jar {
3939
jmh {
4040
fork = 10
4141
iterations = 3
42-
jmhVersion = '1.13'
42+
jmhVersion = '1.14.1'
4343
profilers = ['gc']
4444
threads = 8
4545
warmup = '1s'

0 commit comments

Comments
 (0)