From c2af76122e7afbfd1d863811db714d947a583b44 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Wed, 11 Oct 2023 18:37:16 +0800 Subject: [PATCH] Bump expected reactor-tools version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3fc9f269..35e2b3cd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ val depDescriptors = mapOf( ) val depVersions = depDescriptors.mapValues { (_, v) -> v.split(':').last() } + mapOf( "javaMajor" to "17", - "reactorToolsVersionExpected" to "3.5.10" + "reactorToolsVersionExpected" to "3.5.11" ) repositories {