Skip to content

Commit

Permalink
Bump reactor-core from 3.3.8.RELEASE to 3.3.9.RELEASE (#208)
Browse files Browse the repository at this point in the history
Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.3.8.RELEASE to 3.3.9.RELEASE.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.3.8.RELEASE...v3.3.9.RELEASE)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2020
1 parent 8fcabb1 commit fdd1a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafka-streams/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
testImplementation "io.micronaut:micronaut-inject-java"
testImplementation "io.micronaut:micronaut-inject"
testImplementation "io.micronaut.configuration:micronaut-micrometer-core:1.3.1"
testImplementation "io.projectreactor:reactor-core:3.3.8.RELEASE"
testImplementation "io.projectreactor:reactor-core:3.3.9.RELEASE"
testImplementation "io.micronaut:micronaut-management"
testImplementation "org.apache.kafka:kafka-clients:${kafkaVersion}:test"
testImplementation "org.apache.kafka:kafka_2.12:${kafkaVersion}"
Expand Down
2 changes: 1 addition & 1 deletion kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
testImplementation "io.micronaut.test:micronaut-test-spock:1.2.2"
testImplementation "io.micronaut:micronaut-inject-java"
testImplementation "io.micronaut.configuration:micronaut-micrometer-core:1.3.1"
testImplementation "io.projectreactor:reactor-core:3.3.8.RELEASE"
testImplementation "io.projectreactor:reactor-core:3.3.9.RELEASE"
testImplementation "io.micronaut:micronaut-management"
testImplementation "io.micronaut:micronaut-http-client"
testImplementation "io.micronaut:micronaut-inject-groovy"
Expand Down

0 comments on commit fdd1a24

Please sign in to comment.