Skip to content

Commit aa0e6d6

Browse files
traskgithub-actions[bot]
and
github-actions[bot]
authored
Update jetty (#2761)
Co-authored-by: github-actions[bot] <github-action[bot]@users.noreply.github.com>
1 parent 2a8b581 commit aa0e6d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

smoke-tests/apps/JettyNativeHandler/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ plugins {
55
dependencies {
66
implementation("org.springframework.boot:spring-boot-starter:2.1.7.RELEASE")
77

8-
// needs to be same version used in fakeIngestion server
9-
implementation("org.eclipse.jetty:jetty-server:9.4.7.v20170914")
8+
// jetty 10 is compiled against Java 11
9+
implementation("org.eclipse.jetty:jetty-server:9.4.49.v20220914")
1010
}

smoke-tests/framework/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation("com.google.code.gson:gson")
1717
implementation("org.apache.httpcomponents:httpclient:4.5.13")
1818

19-
implementation("org.eclipse.jetty:jetty-servlet:9.4.39.v20210325")
19+
implementation("org.eclipse.jetty:jetty-servlet:10.0.12")
2020

2121
// this is exposed in SmokeTestExtension API
2222
api("org.testcontainers:testcontainers:1.17.6")

0 commit comments

Comments
 (0)