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

Commit 98c3d2e

Browse files
authored
Examples: Upgrade Jetty version. (#1859)
1 parent e455f5c commit 98c3d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ version = "0.21.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
3636
def opencensusVersion = "0.20.0" // LATEST_OPENCENSUS_RELEASE_VERSION
3737
def grpcVersion = "1.19.0" // CURRENT_GRPC_VERSION
3838
def prometheusVersion = "0.6.0"
39-
def jettyVersion = "9.4.12.v20180830"
39+
def jettyVersion = "9.4.17.v20190418"
4040

4141
tasks.withType(JavaCompile) {
4242
sourceCompatibility = '1.8'

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.12.v20180830</jetty.version>
14+
<jetty.version>9.4.17.v20190418</jetty.version>
1515
<opencensus.version>0.20.0</opencensus.version><!-- LATEST_OPENCENSUS_RELEASE_VERSION -->
1616
<grpc.version>1.19.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
1717
</properties>

0 commit comments

Comments
 (0)