Skip to content

Commit c6b7f87

Browse files
author
Oleh Dokuka
committed
[release] Prepare and release 3.5.11
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent eb8da03 commit c6b7f87

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ repositories {
3131
}
3232
3333
dependencies {
34-
compile "io.projectreactor:reactor-core:3.5.10"
35-
testCompile "io.projectreactor:reactor-test:3.5.10"
34+
compile "io.projectreactor:reactor-core:3.5.11"
35+
testCompile "io.projectreactor:reactor-test:3.5.11"
3636
3737
// Alternatively, use the following for latest snapshot artifacts in this line
38-
// compile "io.projectreactor:reactor-core:3.5.11-SNAPSHOT"
39-
// testCompile "io.projectreactor:reactor-test:3.5.11-SNAPSHOT"
38+
// compile "io.projectreactor:reactor-core:3.5.12-SNAPSHOT"
39+
// testCompile "io.projectreactor:reactor-test:3.5.12-SNAPSHOT"
4040
4141
// Optionally, use `reactor-tools` to help debugging reactor code
42-
// implementation "io.projectreactor:reactor-tools:3.5.10"
42+
// implementation "io.projectreactor:reactor-tools:3.5.11"
4343
}
4444
```
4545

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=3.5.11-SNAPSHOT
2-
bomVersion=2022.0.11
3-
metricsMicrometerVersion=1.0.11-SNAPSHOT
1+
version=3.5.11
2+
bomVersion=2022.0.12
3+
metricsMicrometerVersion=1.0.11

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ baselinePerfExtra = "3.5.1"
1414
# Other shared versions
1515
asciidoctor = "3.3.2"
1616
#note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
17-
micrometer = "1.10.11"
17+
micrometer = "1.10.12"
1818
micrometerDocsGenerator = "1.0.2"
19-
micrometerTracingTest="1.0.10"
20-
contextPropagation="1.0.5"
19+
micrometerTracingTest="1.0.11"
20+
contextPropagation="1.0.6"
2121
kotlin = "1.5.32"
2222
reactiveStreams = "1.0.4"
2323

settings.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ dependencyResolutionManagement {
2828
versionCatalogs {
2929
libs {
3030
if (System.getProperty("useSnapshotMicrometerVersion")) {
31-
version('micrometer', '1.10.12-SNAPSHOT')
31+
version('micrometer', '1.10.13-SNAPSHOT')
3232
version('micrometerDocsGenerator', "1.0.3-SNAPSHOT")
33-
version('micrometerTracingTest', "1.0.11-SNAPSHOT")
34-
version('contextPropagation', "1.0.6-SNAPSHOT")
33+
version('micrometerTracingTest', "1.0.12-SNAPSHOT")
34+
version('contextPropagation', "1.0.7-SNAPSHOT")
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)