From f956a2d4f62be7ff4a45b42d7c30e6387bae9c20 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 22 Nov 2022 14:43:20 +0800 Subject: [PATCH] build(deps): bump jmh to 1.36 --- komga/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index fcd23cd85..96ac19950 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -125,8 +125,8 @@ dependencies { testImplementation("com.tngtech.archunit:archunit-junit5:0.23.1") benchmarkImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4") - benchmarkImplementation("org.openjdk.jmh:jmh-core:1.35") - kaptBenchmark("org.openjdk.jmh:jmh-generator-annprocess:1.35") + benchmarkImplementation("org.openjdk.jmh:jmh-core:1.36") + kaptBenchmark("org.openjdk.jmh:jmh-generator-annprocess:1.36") kaptBenchmark("org.springframework.boot:spring-boot-configuration-processor:2.7.5") developmentOnly("org.springframework.boot:spring-boot-devtools:2.7.5")