Skip to content

Commit 69871e9

Browse files
committed
[release] Prepare and release 3.6.6
1 parent 3bd2d1c commit 69871e9

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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.6.5"
35-
testCompile "io.projectreactor:reactor-test:3.6.5"
34+
compile "io.projectreactor:reactor-core:3.6.6"
35+
testCompile "io.projectreactor:reactor-test:3.6.6"
3636
3737
// Alternatively, use the following for latest snapshot artifacts in this line
38-
// compile "io.projectreactor:reactor-core:3.6.6-SNAPSHOT"
39-
// testCompile "io.projectreactor:reactor-test:3.6.6-SNAPSHOT"
38+
// compile "io.projectreactor:reactor-core:3.6.7-SNAPSHOT"
39+
// testCompile "io.projectreactor:reactor-test:3.6.7-SNAPSHOT"
4040
4141
// Optionally, use `reactor-tools` to help debugging reactor code
42-
// implementation "io.projectreactor:reactor-tools:3.6.5"
42+
// implementation "io.projectreactor:reactor-tools:3.6.6"
4343
}
4444
```
4545

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=3.6.6-SNAPSHOT
2-
bomVersion=2023.0.5
3-
metricsMicrometerVersion=1.1.6-SNAPSHOT
1+
version=3.6.6
2+
bomVersion=2023.0.6
3+
metricsMicrometerVersion=1.1.6
44

55
org.gradle.parallel=true

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ baselinePerfExtra = "3.5.1"
1414
# Other shared versions
1515
asciidoctor = "4.0.2"
1616
#note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
17-
micrometer = "1.12.5"
17+
micrometer = "1.12.6"
1818
micrometerDocsGenerator = "1.0.2"
19-
micrometerTracingTest="1.2.5"
19+
micrometerTracingTest="1.2.6"
2020
contextPropagation="1.1.1"
2121
kotlin = "1.8.22"
2222
reactiveStreams = "1.0.4"

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ dependencyResolutionManagement {
2525
versionCatalogs {
2626
libs {
2727
if (System.getProperty("useSnapshotMicrometerVersion")) {
28-
version('micrometer', '1.12.6-SNAPSHOT')
28+
version('micrometer', '1.12.7-SNAPSHOT')
2929
version('micrometerDocsGenerator', "1.0.3-SNAPSHOT")
30-
version('micrometerTracingTest', "1.2.6-SNAPSHOT")
30+
version('micrometerTracingTest', "1.2.7-SNAPSHOT")
3131
version('contextPropagation', "1.1.2-SNAPSHOT")
3232
}
3333
}

0 commit comments

Comments
 (0)