This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/main by this push: new ffa8044 Bump jetty.version from 9.4.27.v20200227 to 9.4.35.v20201120 (#1820) ffa8044 is described below commit ffa8044a60b6a439132971372ca7e6751d06de49 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Dec 2 16:41:15 2020 -0500 Bump jetty.version from 9.4.27.v20200227 to 9.4.35.v20201120 (#1820) Bumps `jetty.version` from 9.4.27.v20200227 to 9.4.35.v20201120. Updates `jetty-continuation` from 9.4.27.v20200227 to 9.4.35.v20201120 Updates `jetty-http` from 9.4.27.v20200227 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.27.v20200227...jetty-9.4.35.v20201120) Updates `jetty-io` from 9.4.27.v20200227 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.27.v20200227...jetty-9.4.35.v20201120) Updates `jetty-security` from 9.4.27.v20200227 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.27.v20200227...jetty-9.4.35.v20201120) Updates `jetty-server` from 9.4.27.v20200227 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.27.v20200227...jetty-9.4.35.v20201120) Updates `jetty-servlet` from 9.4.27.v20200227 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.27.v20200227...jetty-9.4.35.v20201120) Updates `jetty-util` from 9.4.27.v20200227 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.27.v20200227...jetty-9.4.35.v20201120) Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 53150dc..185bc0a 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ <javax.el.version>3.0.1-b06</javax.el.version> <jaxb.version>2.3.0.1</jaxb.version> <jersey.version>2.30.1</jersey.version> - <jetty.version>9.4.27.v20200227</jetty.version> + <jetty.version>9.4.35.v20201120</jetty.version> <!-- prevent introduction of new compiler warnings --> <maven.compiler.failOnWarning>true</maven.compiler.failOnWarning> <maven.compiler.release>11</maven.compiler.release>