Skip to content

Commit

Permalink
Bump io.projectreactor:reactor-test from 3.5.6 to 3.5.8
Browse files Browse the repository at this point in the history
Bumps [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) from 3.5.6 to 3.5.8.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.5.6...v3.5.8)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 12, 2023
1 parent 07db5cb commit 107f75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {

runtimeOnly("com.fasterxml.jackson.module:jackson-module-kotlin")

testImplementation("io.projectreactor:reactor-test:3.5.6")
testImplementation("io.projectreactor:reactor-test:3.5.8")
val mockitoVersion = "5.3.1"
testImplementation("org.mockito:mockito-core:$mockitoVersion")
testImplementation("org.mockito:mockito-junit-jupiter:$mockitoVersion")
Expand Down

0 comments on commit 107f75d

Please sign in to comment.