Skip to content

Commit

Permalink
Merge release 2022.0.9 into 2023.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
pderop committed Jul 11, 2023
2 parents 77d7e54 + 97c2af2 commit 60effa5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In Maven, you need to import the bom first:
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>2022.0.8</version>
<version>2022.0.9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -54,7 +54,7 @@ your project without a version number.
```groovy
dependencies {
// import BOM
implementation platform('io.projectreactor:reactor-bom:2022.0.8')
implementation platform('io.projectreactor:reactor-bom:2022.0.9')
// add dependencies without a version number
implementation 'io.projectreactor:reactor-core'
Expand All @@ -76,7 +76,7 @@ Then use it to import the BOM:
```groovy
dependencyManagement {
imports {
mavenBom "io.projectreactor:reactor-bom:2022.0.8"
mavenBom "io.projectreactor:reactor-bom:2022.0.9"
}
}
```
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ version=2023.0.0-SNAPSHOT

reactorCoreVersion=3.6.0-SNAPSHOT
reactorCoreMicrometerVersion=1.1.0-SNAPSHOT
reactorPoolVersion=1.0.1-SNAPSHOT
reactorPoolMicrometerVersion=0.1.1-SNAPSHOT
reactorNettyVersion=1.1.9-SNAPSHOT
reactorPoolVersion=1.0.2-SNAPSHOT
reactorPoolMicrometerVersion=0.1.2-SNAPSHOT
reactorNettyVersion=1.1.10-SNAPSHOT
reactorNetty2Version=2.0.0-SNAPSHOT
reactorAddonsVersion=3.5.2-SNAPSHOT
reactorKotlinExtensionsVersion=1.2.3-SNAPSHOT
reactorKafkaVersion=1.3.19-SNAPSHOT
reactorKafkaVersion=1.3.20-SNAPSHOT

reactiveStreamsVersion=1.0.4

0 comments on commit 60effa5

Please sign in to comment.