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

chore(deps): bump jetty-servlet from 11.0.6 to 11.0.7 in /tests/apps/java #4868

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2021

Bumps jetty-servlet from 11.0.6 to 11.0.7.

Release notes

Sourced from jetty-servlet's releases.

11.0.7

Special Thanks to the following Eclipse Jetty community members

Changelog

Dependency Updates

  • #6788 - Bump conscrypt-openjdk-uber from 2.5.1 to 2.5.2
  • #6750 - Bump openwebbeans.version from 2.0.20 to 2.0.23
  • #6742 - Bump json-smart from 2.3 to 2.4.7
  • #6725 - Bump gson from 2.8.6 to 2.8.8
  • #6722 - Bump biz.aQute.bndlib from 5.2.0 to 5.3.0
  • #6717 - Bump bouncycastle.version from 1.62 to 1.69
  • #6712 - Bump jnr-unixsocket from 0.38.3 to 0.38.10
  • #6711 - Bump google-cloud-datastore from 1.105.0 to 2.1.0
  • #6705 - Bump hazelcast.version from 4.1 to 4.2.2
  • #6679 - Update to Apache Jasper 10.0.10
Commits
  • 389a358 Updating to version 11.0.7
  • 8bcd404 Fixing release script
  • abb7077 fix new module pom parent version
  • e78951b Merge branch 'jetty-10.0.x' into jetty-11.0.x
  • aaaa48c Issue #6403 - add an automatic generated maven deployable p2 site (#6404)
  • f8244fc Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 0412bdc Fixes #6938 - module-info.java file do not use the canonical order for the el...
  • 4011f1e merge jetty-10.0.x (#6945)
  • 51d44a3 use dependencyManagement for internal dependencies (#6940)
  • 0269117 Changed order of entries in module-info.java to be canonical
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 [jetty-servlet](https://github.com/eclipse/jetty.project) from 11.0.6 to 11.0.7.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-11.0.6...jetty-11.0.7)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-servlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added type: dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 13, 2021
@josegonzalez josegonzalez merged commit 06e63c8 into master Oct 13, 2021
@josegonzalez josegonzalez deleted the dependabot/maven/tests/apps/java/org.eclipse.jetty-jetty-servlet-11.0.7 branch October 13, 2021 14:59
github-actions bot pushed a commit that referenced this pull request Oct 26, 2021
# History

## 0.26.0

Install/update via the bootstrap script:

```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.26.0/bootstrap.sh
sudo DOKKU_TAG=v0.26.0 bash bootstrap.sh
```

See the [0.26.0 migration guide](/docs/appendices/0.26.0-migration-guide.md) for more information on migrating to 0.26.0.

### Bug Fixes

- #4882: @josegonzalez Add missing setup/teardown of builder plugin properties
- #4880: @josegonzalez Ensure the null scheduler reports the app as running when in use
- #4871: @josegonzalez Do not error when default Procfile path does not exist when using a custom procfile-path
- #4861: @josegonzalez Add missing clone/rename code for plugins

### New Features

- #4864: @josegonzalez Switch to unauthenticated tap for formula bumping
- #4860: @josegonzalez Add ability to increase the max parallelism when deploying a given process type

### Documentation

- #4883: @josegonzalez Enable vertical scrolling on the version selector
- #4879: @josegonzalez Clarify that the docker-based dokku installation is ready when a certain message appears
- #4863: @josegonzalez Clarify what is necessary for implementing a scheduler plugin

### Other

- #4874: @josegonzalez Upgrade vector log integration to 0.17.x
- #4881: @josegonzalez Drop bindutils as alternative dependency to bind-utils
- #4869: @dependabot[bot] chore(deps): bump socket.io from 4.2.0 to 4.3.0 in /tests/apps/.websocket.disabled
- #4868: @dependabot[bot] chore(deps): bump jetty-servlet from 11.0.6 to 11.0.7 in /tests/apps/java
- #4866: @dependabot[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 198 to 199 in /tests/apps/php
- #4862: @josegonzalez Set deploy-source and metadata at deploy time
- #4853: @josegonzalez Remove dangling images
- #4765: @josegonzalez Allow specifying a single process type to restart
- #4859: @josegonzalez Remove deprecated tar plugin
- #4858: @josegonzalez Remove deprecated tags plugin
- #4857: @josegonzalez Implement scheduler management plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant