Skip to content

Commit

Permalink
Bump io.projectreactor:reactor-core from 3.2.2.RELEASE to 3.2.5.RELEA…
Browse files Browse the repository at this point in the history
…SE (#339)

Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.2.2.RELEASE to 3.2.5.RELEASE.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.2.2.RELEASE...v3.2.5.RELEASE)
  • Loading branch information
dependabot[bot] committed Apr 4, 2023
1 parent 6a00208 commit 62c8a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ check.dependsOn(testReactor3_3_x)

dependencies {
testImplementation project(path: ":agent", configuration: 'shadow')
testImplementation 'io.projectreactor:reactor-core:3.2.2.RELEASE'
testImplementation 'io.projectreactor:reactor-core:3.2.5.RELEASE'
testImplementation 'io.reactivex.rxjava2:rxjava:2.2.18'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.24.2'

reactor_3_3_x 'io.projectreactor:reactor-core:3.3.0.RC1'
reactor_3_3_x 'io.projectreactor:reactor-core:3.2.5.RELEASE'
}
2 changes: 1 addition & 1 deletion junit-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
compileOnly 'org.junit.platform:junit-platform-launcher:1.0.0'

testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'io.projectreactor:reactor-core:3.2.2.RELEASE'
testImplementation 'io.projectreactor:reactor-core:3.2.5.RELEASE'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
Expand Down

0 comments on commit 62c8a25

Please sign in to comment.