Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit aa5fb5c

Browse files
authored
Bump expected reactor-tools version
1 parent 52019e5 commit aa5fb5c

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.8"
33+
"reactorToolsVersionExpected" to "3.6.9"
3434
)
3535

3636
repositories {

0 commit comments

Comments
 (0)