Skip to content

Commit

Permalink
[release] Prepare and release 3.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Apr 9, 2024
1 parent d73ca03 commit bc092d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -31,15 +31,15 @@ repositories {
}
dependencies {
compile "io.projectreactor:reactor-core:3.5.15"
testCompile "io.projectreactor:reactor-test:3.5.15"
compile "io.projectreactor:reactor-core:3.5.16"
testCompile "io.projectreactor:reactor-test:3.5.16"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.5.16-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.5.16-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.5.17-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.5.17-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.5.15"
// implementation "io.projectreactor:reactor-tools:3.5.16"
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
@@ -1,5 +1,5 @@
version=3.5.16-SNAPSHOT
bomVersion=2022.0.17
metricsMicrometerVersion=1.0.16-SNAPSHOT
version=3.5.16
bomVersion=2022.0.18
metricsMicrometerVersion=1.0.16

org.gradle.parallel=true

0 comments on commit bc092d8

Please sign in to comment.