Skip to content

Commit

Permalink
Update dependency io.projectreactor:reactor-test to v3.5.0 (#634)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 15, 2022
1 parent 3a9d674 commit a8285cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -121,7 +121,7 @@ subprojects { Project subproject ->
}

dependencies {
testImplementation "io.projectreactor:reactor-test:3.4.23"
testImplementation "io.projectreactor:reactor-test:3.5.0"
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
testImplementation("org.spockframework:spock-core:$spockVersion") { transitive = false}
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"
Expand Down

0 comments on commit a8285cd

Please sign in to comment.