Bump jetty-server from 8.0.0.v20110901 to 8.2.0.v20160908 in /examples/distro (#7112)

This commit is contained in:
dependabot[bot] 2022-11-08 14:53:43 -08:00 committed by GitHub
parent 177d9cd531
commit afe2a832c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ dependencies {
testImplementation "com.squareup.okhttp3:okhttp:4.10.0"
testImplementation "javax.servlet:javax.servlet-api:3.0.1"
testImplementation "org.eclipse.jetty:jetty-server:8.0.0.v20110901"
testImplementation "org.eclipse.jetty:jetty-server:8.2.0.v20160908"
testImplementation "org.eclipse.jetty:jetty-servlet:8.0.0.v20110901"
}