Skip to content

Commit d6e3820

Browse files
Bump jetty.version in /frameworks/Java/jetty (#6190)
Bumps `jetty.version` from 9.4.19.v20190610 to 9.4.35.v20201120. Updates `jetty-server` from 9.4.19.v20190610 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.19.v20190610...jetty-9.4.35.v20201120) Updates `jetty-servlet` from 9.4.19.v20190610 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.19.v20190610...jetty-9.4.35.v20201120) Updates `jetty-util-ajax` from 9.4.19.v20190610 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.19.v20190610...jetty-9.4.35.v20201120) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1693e67 commit d6e3820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Java/jetty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<maven.compiler.source>11</maven.compiler.source>
1313
<maven.compiler.target>11</maven.compiler.target>
14-
<jetty.version>9.4.19.v20190610</jetty.version>
14+
<jetty.version>9.4.35.v20201120</jetty.version>
1515
<main.class>hello.handler.HelloWebServer</main.class>
1616
</properties>
1717

0 commit comments

Comments
 (0)