这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2022

Bumps jetty-servlet from 11.0.11 to 11.0.12.

Release notes

Sourced from jetty-servlet's releases.

11.0.12

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #8497 - jetty-bom/11.0.11 depends on jetty-slf4j-impl/10.0.8-SNAPSHOT that cause 404 error (@​MoonLord-LM)

Dependencies

  • #8389 - Bump avro to 1.11.1
  • #8239 - Bump checkstyle to 10.3.1
  • #8300 - Bump google-cloud-datastore to 2.10.1
  • #8508 - Bump grpc-core to 1.49.0
  • #8249 - Bump jakarta.annotation-api to 2.1.1
  • #8506 - Bump jboss-threads to 3.5.0.Final
  • #8254 - Bump jna-jpms to 5.12.1
  • #8529 - Bump mariadb-java-client to 3.0.7
  • #8371 - Bump maven-assembly-plugin to 3.4.2
  • #8520 - Bump maven-checkstyle-plugin to 3.2.0
  • #8248 - Bump maven-enforcer-plugin to 3.1.0
  • #8377 - Bump maven-install-plugin to 3.0.1
  • #8528 - Bump maven-javadoc-plugin to 3.4.1
  • #8368 - Bump maven-resources-plugin to 3.3.0
  • #8244 - Bump maven.version to 3.8.6
  • #8308 - Bump spotbugs-maven-plugin to 4.7.1.0
  • #8309 - Bump tycho-p2-repository-plugin to 2.7.4
  • #8369 - Bump wildfly-elytron to 1.20.0.Final
Commits
  • d5b8c29 Updating to version 11.0.12
  • e46f0a6 Merge github.com:eclipse/jetty.project into jetty-11.0.x
  • 2a49f86 Merge pull request #8580 from eclipse/fix/jetty-10.0.x-proxy-rewrite-null-uri
  • 8eba1c9 Issue #8578 - Changes from review
  • a6a386a Issue #8578 - restore backward compat of getRequestURL and getRequestURI when...
  • e2e2202 Merge branch 'jetty-10.0.x' into jetty-11.0.x
  • 3df45b9 Merge pull request #8569 from eclipse/dependabot/maven/jetty-10.0.x/com.faste...
  • fc45d82 Merge branch 'jetty-10.0.x' into jetty-11.0.x
  • 2b2889c Merge pull request #8566 from eclipse/dependabot/maven/jetty-10.0.x/org.codeh...
  • 3c00404 Bump jackson-databind from 2.13.3 to 2.13.4
  • 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.11 to 11.0.12.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-11.0.11...jetty-11.0.12)

---
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 Sep 16, 2022
@josegonzalez josegonzalez merged commit 02c304f into master Sep 16, 2022
@josegonzalez josegonzalez deleted the dependabot/maven/tests/apps/java/org.eclipse.jetty-jetty-servlet-11.0.12 branch September 16, 2022 14:25
github-actions bot pushed a commit that referenced this pull request Oct 13, 2022
# History

## 0.28.2

Install/update via the bootstrap script:

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

### Bug Fixes

- #5393: @josegonzalez Correct issue with replacing the version in the installation guide
- #5354: @josegonzalez Report the correct value for the letsencrypt server
- #5347: @josegonzalez Set correct version on builder-lambda plugin

### New Features

- #5392: @josegonzalez Add support for devcontainers on ARM64 instances

### Documentation

- #5365: @josegonzalez Use correct indentation for embedded list in remote commands documentation
- #5357: @josegonzalez Reference blog on main domain
- #5355: @josegonzalez Autogenerate documentation in CI
- #5351: @josegonzalez Fix formatting on list in deployment tasks
- #5328: @holtergram Call out git remote change when renaming an app
- #5344: @josegonzalez Generate docs via mkdocs
- #5342: @josegonzalez Ensure doc links work on github as well as on docs site
- #5336: @josegonzalez Add note about docker-compose requirement for using the caddy plugin
- #5337: @josegonzalez Add note about docker-compose requirement for using the traefik…
- #5332: @cdubz Remove errant semicolon from wget command
- #5329: @josegonzalez Use updated url for gliderlabs slack invite app
- #5315: @alexislefebvre Fix doc link for systems with less than 1GB memory

### Other

- #5382: @dependabot[bot] chore(deps): bump sinatra from 2.2.2 to 3.0.2 in /tests/apps/ruby
- #5386: @dependabot[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 224 to 225 in /tests/apps/php
- #5361: @dependabot[bot] chore(deps): bump jetty-servlet from 11.0.11 to 11.0.12 in /tests/apps/java
- #5346: @dependabot[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 223 to 224 in /tests/apps/php
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.

2 participants