Skip to content

Commit 5c5acb3

Browse files
authored
Bump reactor expected version
1 parent 10296b0 commit 5c5acb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ val depVersions =
3030
depDescriptors.mapValues { (_, v) -> v.split(':').last() } +
3131
mapOf(
3232
"javaMajor" to "17",
33-
"reactorToolsVersionExpected" to "3.6.13"
33+
"reactorToolsVersionExpected" to "3.6.18"
3434
)
3535

3636
repositories {

0 commit comments

Comments
 (0)