Skip to content

Commit

Permalink
[release] Prepare and release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pderop committed Dec 13, 2022
1 parent 9bab255 commit e0de5a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ repositories {
}
dependencies {
compile "io.projectreactor:reactor-core:3.5.0"
testCompile "io.projectreactor:reactor-test:3.5.0"
compile "io.projectreactor:reactor-core:3.5.1"
testCompile "io.projectreactor:reactor-test:3.5.1"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.5.1-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.5.1-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.5.2-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.5.2-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.5.0"
// implementation "io.projectreactor:reactor-tools:3.5.1"
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=3.5.1-SNAPSHOT
bomVersion=2022.0.0
metricsMicrometerVersion=1.0.1-SNAPSHOT
version=3.5.1
bomVersion=2022.0.1
metricsMicrometerVersion=1.0.1
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bytebuddy = "1.12.18"
jmh = "1.35"
junit = "5.9.1"
#note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
micrometer = "1.10.0"
micrometer = "1.10.2"
reactiveStreams = "1.0.4"

[libraries]
Expand Down

0 comments on commit e0de5a1

Please sign in to comment.