Skip to content

Commit

Permalink
Bump reactor-netty-http from 1.0.24 to 1.1.2 in /plugins/repository-a…
Browse files Browse the repository at this point in the history
…zure (#5973)

* Bump reactor-netty-http in /plugins/repository-azure

Bumps [reactor-netty-http](https://github.com/reactor/reactor-netty) from 1.0.24 to 1.1.2.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.0.24...v1.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Updating SHAs

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

* Fixing missing classes in precommit

Signed-off-by: Vacha Shah <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vacha Shah <[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: Vacha Shah <[email protected]>
  • Loading branch information
3 people authored Feb 9, 2023
1 parent dfe5d2b commit cef446c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Dependencies
- Bumps `log4j-core` from 2.18.0 to 2.19.0
- Bumps `reactor-netty-http` from 1.0.18 to 1.0.23
- Bumps `reactor-netty-http` from 1.0.24 to 1.1.2
- Bumps `reactor-netty-http` from 1.0.18 to 1.1.2
- Bumps `jettison` from 1.5.0 to 1.5.3
- Bumps `forbiddenapis` from 3.3 to 3.4
- Bumps `avro` from 1.11.0 to 1.11.1
Expand Down
26 changes: 24 additions & 2 deletions plugins/repository-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
api 'io.projectreactor:reactor-core:3.5.1'
api 'io.projectreactor.netty:reactor-netty:1.1.2'
api 'io.projectreactor.netty:reactor-netty-core:1.0.24'
api 'io.projectreactor.netty:reactor-netty-http:1.0.24'
api 'io.projectreactor.netty:reactor-netty-http:1.1.2'
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 @@ -168,7 +168,29 @@ thirdPartyAudit {
'org.slf4j.impl.StaticMDCBinder',
'org.slf4j.impl.StaticMarkerBinder',
'reactor.blockhound.BlockHound$Builder',
'reactor.blockhound.integration.BlockHoundIntegration'
'reactor.blockhound.integration.BlockHoundIntegration',
'io.micrometer.common.KeyValue',
'io.micrometer.common.KeyValues',
'io.micrometer.common.docs.KeyName',
'io.micrometer.core.instrument.Meter$Type',
'io.micrometer.core.instrument.docs.MeterDocumentation',
'io.micrometer.observation.Observation',
'io.micrometer.observation.Observation$Context',
'io.micrometer.observation.docs.ObservationDocumentation',
'io.micrometer.observation.transport.ReceiverContext',
'io.micrometer.observation.transport.RequestReplyReceiverContext',
'io.micrometer.observation.transport.RequestReplySenderContext',
'io.micrometer.observation.transport.SenderContext',
'io.micrometer.tracing.Span',
'io.micrometer.tracing.Tracer',
'io.micrometer.tracing.docs.SpanDocumentation',
'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'
)

ignoreViolations(
Expand Down

This file was deleted.

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

0 comments on commit cef446c

Please sign in to comment.