Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 6123b84

Browse files
Bump jetty.version in /examples (#2067)
Bumps `jetty.version` from 9.4.17.v20190418 to 9.4.35.v20201120. Updates `jetty-client` from 9.4.17.v20190418 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.17.v20190418...jetty-9.4.35.v20201120) Updates `jetty-server` from 9.4.17.v20190418 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.17.v20190418...jetty-9.4.35.v20201120) Updates `jetty-servlet` from 9.4.17.v20190418 to 9.4.35.v20201120 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.17.v20190418...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 af7cff2 commit 6123b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<!-- change to the version you want to use. -->
14-
<jetty.version>9.4.17.v20190418</jetty.version>
14+
<jetty.version>9.4.35.v20201120</jetty.version>
1515
<opencensus.version>0.28.1</opencensus.version> <!-- LATEST_OPENCENSUS_RELEASE_VERSION -->
1616
<grpc.version>1.32.2</grpc.version> <!-- CURRENT_GRPC_VERSION -->
1717
</properties>

0 commit comments

Comments
 (0)