Skip to content

Commit

Permalink
[release] Prepare and release 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pderop committed Feb 13, 2024
1 parent e2f7c05 commit 96ab48c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -31,15 +31,15 @@ repositories {
}
dependencies {
compile "io.projectreactor:reactor-core:3.6.2"
testCompile "io.projectreactor:reactor-test:3.6.2"
compile "io.projectreactor:reactor-core:3.6.3"
testCompile "io.projectreactor:reactor-test:3.6.3"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.6.3-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.6.3-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.6.4-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.6.4-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.6.2"
// implementation "io.projectreactor:reactor-tools:3.6.3"
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
@@ -1,3 +1,3 @@
version=3.6.3-SNAPSHOT
bomVersion=2023.0.2
metricsMicrometerVersion=1.1.3-SNAPSHOT
version=3.6.3
bomVersion=2023.0.3
metricsMicrometerVersion=1.1.3
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Expand Up @@ -14,10 +14,10 @@ baselinePerfExtra = "3.5.1"
# Other shared versions
asciidoctor = "3.3.2"
#note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
micrometer = "1.12.2"
micrometer = "1.12.3"
micrometerDocsGenerator = "1.0.2"
micrometerTracingTest="1.2.2"
contextPropagation="1.1.0"
micrometerTracingTest="1.2.3"
contextPropagation="1.1.1"
kotlin = "1.5.32"
reactiveStreams = "1.0.4"

Expand Down

0 comments on commit 96ab48c

Please sign in to comment.