File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ In Maven, you need to import the bom first:
2020 <dependency >
2121 <groupId >io.projectreactor</groupId >
2222 <artifactId >reactor-bom</artifactId >
23- <version >2025.0.1 </version >
23+ <version >2025.0.2 </version >
2424 <type >pom</type >
2525 <scope >import</scope >
2626 </dependency >
@@ -53,7 +53,7 @@ your project without a version number.
5353``` groovy
5454dependencies {
5555 // import BOM
56- implementation platform('io.projectreactor:reactor-bom:2025.0.1 ')
56+ implementation platform('io.projectreactor:reactor-bom:2025.0.2 ')
5757
5858 // add dependencies without a version number
5959 implementation 'io.projectreactor:reactor-core'
@@ -75,7 +75,7 @@ Then use it to import the BOM:
7575``` groovy
7676dependencyManagement {
7777 imports {
78- mavenBom "io.projectreactor:reactor-bom:2025.0.1 "
78+ mavenBom "io.projectreactor:reactor-bom:2025.0.2 "
7979 }
8080}
8181```
Original file line number Diff line number Diff line change 1- version =2025.0.2-SNAPSHOT
1+ version =2025.0.2
22
3- reactorCoreVersion =3.8.2-SNAPSHOT
4- reactorPoolVersion =1.2.2-SNAPSHOT
5- reactorNettyVersion =1.3.2-SNAPSHOT
6- reactorAddonsVersion =3.6.1-SNAPSHOT
7- reactorKotlinExtensionsVersion =1.3.1-SNAPSHOT
3+ reactorCoreVersion =3.8.2
4+ reactorPoolVersion =1.2.2
5+ reactorNettyVersion =1.3.2
6+ reactorAddonsVersion =3.6.0
7+ reactorKotlinExtensionsVersion =1.3.0
You can’t perform that action at this time.
0 commit comments