Skip to content

Commit

Permalink
Bump io.projectreactor.netty:reactor-netty-core from 1.1.5 to 1.1.7 i…
Browse files Browse the repository at this point in the history
…n /plugins/repository-azure (#7657) (#7724)

* Bump io.projectreactor.netty:reactor-netty-core

Bumps [io.projectreactor.netty:reactor-netty-core](https://github.com/reactor/reactor-netty) from 1.1.5 to 1.1.7.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.1.5...v1.1.7)

---
updated-dependencies:
- dependency-name: io.projectreactor.netty:reactor-netty-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...



* Updating SHAs



* Update changelog



---------




(cherry picked from commit 4053b28)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andrew Ross <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Ross <[email protected]>
  • Loading branch information
4 people authored May 24, 2023
1 parent 6308fb0 commit 5f814d0
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `jackson` from 2.15.0 to 2.15.1 ([#7603](https://github.com/opensearch-project/OpenSearch/pull/7603))
- Bump `net.minidev:json-smart` from 2.4.10 to 2.4.11 (#7660)
- Bump `com.google.api:gax` from 2.17.0 to 2.27.0 (#7697)
- Bump `io.projectreactor.netty:reactor-netty-core` from 1.0.24 to 1.1.7 ([#7724](https://github.com/opensearch-project/OpenSearch/pull/7724))
- Bump `io.projectreactor.netty:reactor-netty` from 1.1.4 to 1.1.7 ([#7724](https://github.com/opensearch-project/OpenSearch/pull/7724))
- Bump `io.projectreactor.netty:reactor-netty-http` from 1.1.4 to 1.1.7 ([#7724](https://github.com/opensearch-project/OpenSearch/pull/7724))

### Changed
- Enable `./gradlew build` on MacOS by disabling bcw tests ([#7303](https://github.com/opensearch-project/OpenSearch/pull/7303))
Expand Down
16 changes: 9 additions & 7 deletions plugins/repository-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ dependencies {
api 'com.azure:azure-storage-blob:12.21.1'
api 'org.reactivestreams:reactive-streams:1.0.3'
api 'io.projectreactor:reactor-core:3.4.18'
api 'io.projectreactor.netty:reactor-netty:1.1.4'
api 'io.projectreactor.netty:reactor-netty-core:1.0.24'
api 'io.projectreactor.netty:reactor-netty-http:1.1.4'
api 'io.projectreactor.netty:reactor-netty:1.1.7'
api 'io.projectreactor.netty:reactor-netty-core:1.1.7'
api 'io.projectreactor.netty:reactor-netty-http:1.1.7'
api "org.slf4j:slf4j-api:${versions.slf4j}"
api "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
api "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
Expand Down Expand Up @@ -195,10 +195,12 @@ thirdPartyAudit {
'io.micrometer.tracing.handler.PropagatingReceiverTracingObservationHandler',
'io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler',
'io.micrometer.tracing.propagation.Propagator',
'reactor.netty.channel.ChannelMeters',
'reactor.netty.channel.ChannelMeters$ChannelMetersTags',
'reactor.netty.internal.util.Metrics',
'reactor.netty.observability.ReactorNettyHandlerContext'
'io.micrometer.context.ContextAccessor',
'io.micrometer.core.instrument.observation.MeterObservationHandler',
'io.micrometer.observation.ObservationHandler',
'io.micrometer.observation.ObservationRegistry',
'io.micrometer.observation.ObservationRegistry$ObservationConfig',
'io.micrometer.tracing.handler.DefaultTracingObservationHandler'
)

ignoreViolations(
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c16497c29f96ea7b1db538cb0ddde55d9be173fe

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d38bb526a501f52c4476b03730c710a96f8fd35b

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
39d7c0a13afa471b426a30bcf82664496ad34723

0 comments on commit 5f814d0

Please sign in to comment.