Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tomcat-embed-core from 9.0.59 to 9.0.60 #2102

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2022

Bumps tomcat-embed-core from 9.0.59 to 9.0.60.

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


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)

Bumps tomcat-embed-core from 9.0.59 to 9.0.60.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type/dependency-upgrade A dependency upgrade label Mar 15, 2022
@violetagg violetagg added this to the 1.0.17 milestone Mar 15, 2022
@violetagg violetagg merged commit 4259245 into 1.0.x Mar 15, 2022
@dependabot dependabot bot deleted the dependabot/gradle/1.0.x/org.apache.tomcat.embed-tomcat-embed-core-9.0.60 branch March 15, 2022 07:13
violetagg added a commit that referenced this pull request Mar 15, 2022
gcf-merge-on-green bot pushed a commit to GoogleCloudPlatform/cloud-sql-jdbc-socket-factory that referenced this pull request Mar 25, 2022
…to v1.0.17 (#777)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.projectreactor.netty:reactor-netty](https://togithub.com/reactor/reactor-netty) | `1.0.16` -> `1.0.17` | [![age](https://badges.renovateapi.com/packages/maven/io.projectreactor.netty:reactor-netty/1.0.17/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.projectreactor.netty:reactor-netty/1.0.17/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.projectreactor.netty:reactor-netty/1.0.17/compatibility-slim/1.0.16)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.projectreactor.netty:reactor-netty/1.0.17/confidence-slim/1.0.16)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>reactor/reactor-netty</summary>

### [`v1.0.17`](https://togithub.com/reactor/reactor-netty/releases/v1.0.17)

[Compare Source](https://togithub.com/reactor/reactor-netty/compare/v1.0.16...v1.0.17)

<!-- Release notes generated using configuration in .github/release.yml at v1.0.17 -->

`Reactor Netty` `1.0.17` is part of **`2020.0.17` Release Train**.

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

#### What's Changed

##### ⚠️ Update considerations and deprecations

-   Deprecate `Connection#addHandler(...)` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2071

##### ✨ New features and improvements

-   Depend on `Reactor Core` `v3.4.16` by [@&#8203;simonbasle](https://togithub.com/simonbasle) in [`6b88e96`](https://togithub.com/reactor/reactor-netty/commit/6b88e965ed6ad26cf4ead84882793cf6ad21dee4), see [release notes](https://togithub.com/reactor/reactor-core/releases/tag/v3.4.16).
-   Depend on `Netty` `v4.1.75.Final` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2097
    -   Depend on `Netty QUIC Codec` `v0.0.26.Final` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2054
    -   Depend on `netty-incubator-transport-native-io_uring` `v0.0.13.Final` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2099
-   Create the `Tags` once as they are the same for every `Gauge` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2048
-   Enable `HttpClient`/`HttpServer` metrics when protocol is `H2`/`H2C` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2066
-   Optimise `Http2Pool` by reducing calls to `CLDQ` size method by [@&#8203;pderop](https://togithub.com/pderop) in [reactor/reactor-netty#2090

##### 🐞 Bug fixes

-   Ensure the provided event loop is not null by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2047
-   Ensure server connections metrics are not reported for the client by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2063
-   When request decoding fails on `HttpContent` different than `HttpRequest`, obtain the request from the channel attributes by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2077
-   Wrong metric value for `TLS` handshake time by [@&#8203;pderop](https://togithub.com/pderop) in [reactor/reactor-netty#2078
-   Prevent `NPE` when adding `IdleTimeoutHandler` by [@&#8203;raycoarana](https://togithub.com/raycoarana) in [reactor/reactor-netty#2084
-   Ensure all cases, when `Http2FrameCodec` is not available, are handled properly by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2093

##### 📖 Documentation, Tests and Build

-   Documentation:
    -   Add javadoc for the method param `isDomainSocket` in `TransportConnector#bind(...)` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2050
    -   Provide more clarity of `maxConnections` usage by [@&#8203;PyAntony](https://togithub.com/PyAntony) in [reactor/reactor-netty#2059
    -   Extend the example for disabling the connection pool by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2082
-   Tests:
    -   Refactor the test in order to be able to test `H2`/`H2C` variations by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2064
    -   Switch to `ChannelHandlerAdapter` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2076
-   Build:
    -   Adapt the workflows to run against `1.0.x` branch by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2035
    -   Improve readability of preliminary how-to-fix hint in CI by [@&#8203;simonbasle](https://togithub.com/simonbasle) in [reactor/reactor-netty#2049
    -   Upgrade to `Gradle` `v7.4.1` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2092

##### 🆙 Dependency Upgrades

-   Bump `com.diffplug.spotless` from `6.2.2` to `6.3.0` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2033
-   Bump `biz.aQute.bnd.builder` from `6.1.0` to `6.2.0` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2060
-   Bump `jackson-databind` from `2.13.1` to `2.13.2` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2073
-   Bump `logback-classic` from `1.2.10` to `1.2.11` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2074
-   Bump `awaitility` from `4.1.1` to `4.2.0` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2075
-   Bump `de.undercouch.download` from `5.0.1` to `5.0.2` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2079
-   Bump `japicmp` from `0.3.1` to `0.4.0` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2085
-   Bump `mockito-core` from `4.3.1` to `4.4.0` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2087
-   Bump `netty-tcnative-boringssl-static` from `v2.0.50.Final` to `v2.0.51.Final` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2100
-   Bump `tomcat-embed-core` from `9.0.59` to `9.0.60` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2102

**Full Changelog**: reactor/reactor-netty@v1.0.16...v1.0.17

</details>

---

### Configuration

📅 **Schedule**: "after 8am on Friday,before 12pm on Friday" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant