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

Bump jetty-server from 9.4.41.v20210516 to 9.4.51.v20230217 in /examples #2113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- change to the version you want to use. -->
<jetty.version>9.4.41.v20210516</jetty.version>
<jetty.version>9.4.51.v20230217</jetty.version>
<opencensus.version>0.28.3</opencensus.version> <!-- LATEST_OPENCENSUS_RELEASE_VERSION -->
<grpc.version>1.32.2</grpc.version> <!-- CURRENT_GRPC_VERSION -->
</properties>
Expand Down