Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 41f9422

Browse files
fix(deps): update dependency io.projectreactor:reactor-test to v3.6.5 (#866)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c04b69 commit 41f9422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ subprojects { Project subproject ->
118118
}
119119

120120
dependencies {
121-
testImplementation "io.projectreactor:reactor-test:3.6.4"
121+
testImplementation "io.projectreactor:reactor-test:3.6.5"
122122
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
123123
testImplementation("org.spockframework:spock-core:$spockVersion") { transitive = false}
124124
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"

0 commit comments

Comments
 (0)