From dd80d6e16d5434729f7b245ddf1b043b28253dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 17:32:41 +0000 Subject: [PATCH] Bump reactor-netty-http from 1.1.0 to 1.1.1 (#2800) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [reactor-netty-http](https://github.com/reactor/reactor-netty) from 1.1.0 to 1.1.1.
Release notes

Sourced from reactor-netty-http's releases.

v1.1.1

Reactor Netty 1.1.1 is part of 2022.0.1 Release Train.

This is a recommended update for all Reactor Netty 1.1.x users.

What's Changed

:sparkles: New features and improvements

:lady_beetle: Bug fixes

:book: Documentation, Tests and Build

:up: Dependency Upgrades

New Contributors

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.1.0...v1.1.1

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.projectreactor.netty:reactor-netty-http&package-manager=gradle&previous-version=1.1.0&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker --- agent/agent-tooling/gradle.lockfile | 6 +++--- agent/azure-monitor-exporter/gradle.lockfile | 6 +++--- dependencyManagement/build.gradle.kts | 2 +- licenses/more-licenses.md | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/agent/agent-tooling/gradle.lockfile b/agent/agent-tooling/gradle.lockfile index 62b068c464d..df9adbd1b8a 100644 --- a/agent/agent-tooling/gradle.lockfile +++ b/agent/agent-tooling/gradle.lockfile @@ -54,9 +54,9 @@ io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.21.0- io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:1.21.0=runtimeClasspath io.opentelemetry:opentelemetry-bom-alpha:1.21.0-alpha=runtimeClasspath io.opentelemetry:opentelemetry-bom:1.21.0=runtimeClasspath -io.projectreactor.netty:reactor-netty-core:1.1.0=runtimeClasspath -io.projectreactor.netty:reactor-netty-http:1.1.0=runtimeClasspath -io.projectreactor:reactor-core:3.5.0=runtimeClasspath +io.projectreactor.netty:reactor-netty-core:1.1.1=runtimeClasspath +io.projectreactor.netty:reactor-netty-http:1.1.1=runtimeClasspath +io.projectreactor:reactor-core:3.5.1=runtimeClasspath net.java.dev.jna:jna-platform:5.12.1=runtimeClasspath net.java.dev.jna:jna:5.12.1=runtimeClasspath net.minidev:accessors-smart:2.4.8=runtimeClasspath diff --git a/agent/azure-monitor-exporter/gradle.lockfile b/agent/azure-monitor-exporter/gradle.lockfile index d7d9bd14eb3..51b0ef4eefe 100644 --- a/agent/azure-monitor-exporter/gradle.lockfile +++ b/agent/azure-monitor-exporter/gradle.lockfile @@ -44,9 +44,9 @@ io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.21.0- io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:1.21.0=runtimeClasspath io.opentelemetry:opentelemetry-bom-alpha:1.21.0-alpha=runtimeClasspath io.opentelemetry:opentelemetry-bom:1.21.0=runtimeClasspath -io.projectreactor.netty:reactor-netty-core:1.1.0=runtimeClasspath -io.projectreactor.netty:reactor-netty-http:1.1.0=runtimeClasspath -io.projectreactor:reactor-core:3.5.0=runtimeClasspath +io.projectreactor.netty:reactor-netty-core:1.1.1=runtimeClasspath +io.projectreactor.netty:reactor-netty-http:1.1.1=runtimeClasspath +io.projectreactor:reactor-core:3.5.1=runtimeClasspath net.java.dev.jna:jna-platform:5.6.0=runtimeClasspath net.java.dev.jna:jna:5.6.0=runtimeClasspath net.minidev:accessors-smart:2.4.8=runtimeClasspath diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 196356693f1..9416c2ca598 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -71,7 +71,7 @@ val CORE_DEPENDENCIES = listOf( "io.opentelemetry.javaagent:opentelemetry-javaagent-bootstrap:${otelInstrumentationAlphaVersion}", "io.opentelemetry.javaagent:opentelemetry-javaagent-tooling:${otelInstrumentationAlphaVersion}", // temporarily overriding transitive dependency from azure-core until next azure-core release - "io.projectreactor.netty:reactor-netty-http:1.1.0" + "io.projectreactor.netty:reactor-netty-http:1.1.1" ) val DEPENDENCIES = listOf( diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index 74f9907327b..874a9b96201 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -1,7 +1,7 @@ #agent ##Dependency License Report -_2022-12-12 19:55:40 PST_ +_2022-12-14 09:09:12 PST_ ## Apache License, Version 2.0 **1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.14.1` @@ -185,15 +185,15 @@ _2022-12-12 19:55:40 PST_ > - **Manifest License**: Apache License, Version 2.0 (Not Packaged) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**36** **Group:** `io.projectreactor` **Name:** `reactor-core` **Version:** `3.5.0` +**36** **Group:** `io.projectreactor` **Name:** `reactor-core` **Version:** `3.5.1` > - **POM Project URL**: [https://github.com/reactor/reactor-core](https://github.com/reactor/reactor-core) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**37** **Group:** `io.projectreactor.netty` **Name:** `reactor-netty-core` **Version:** `1.1.0` +**37** **Group:** `io.projectreactor.netty` **Name:** `reactor-netty-core` **Version:** `1.1.1` > - **POM Project URL**: [https://github.com/reactor/reactor-netty](https://github.com/reactor/reactor-netty) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**38** **Group:** `io.projectreactor.netty` **Name:** `reactor-netty-http` **Version:** `1.1.0` +**38** **Group:** `io.projectreactor.netty` **Name:** `reactor-netty-http` **Version:** `1.1.1` > - **POM Project URL**: [https://github.com/reactor/reactor-netty](https://github.com/reactor/reactor-netty) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)