File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ repositories {
2525}
2626
2727dependencies {
28- compile "io.projectreactor:reactor-core:3.8.2 "
29- testCompile "io.projectreactor:reactor-test:3.8.2 "
28+ compile "io.projectreactor:reactor-core:3.8.3 "
29+ testCompile "io.projectreactor:reactor-test:3.8.3 "
3030
3131 // Alternatively, use the following for latest snapshot artifacts in this line
32- // compile "io.projectreactor:reactor-core:3.8.3 -SNAPSHOT"
33- // testCompile "io.projectreactor:reactor-test:3.8.3 -SNAPSHOT"
32+ // compile "io.projectreactor:reactor-core:3.8.4 -SNAPSHOT"
33+ // testCompile "io.projectreactor:reactor-test:3.8.4 -SNAPSHOT"
3434
3535 // Optionally, use `reactor-tools` to help debugging reactor code
36- // implementation "io.projectreactor:reactor-tools:3.8.2 "
36+ // implementation "io.projectreactor:reactor-tools:3.8.3 "
3737}
3838```
3939
Original file line number Diff line number Diff line change 1- version =3.8.3-SNAPSHOT
2- bomVersion =2025.0.2
1+ version =3.8.3
2+ bomVersion =2025.0.3
33
44org.gradle.parallel =true
You can’t perform that action at this time.
0 commit comments