File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ plugins {
5
5
dependencies {
6
6
implementation(" org.springframework.boot:spring-boot-starter:2.1.7.RELEASE" )
7
7
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 " )
10
10
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
implementation(" com.google.code.gson:gson" )
17
17
implementation(" org.apache.httpcomponents:httpclient:4.5.13" )
18
18
19
- implementation(" org.eclipse.jetty:jetty-servlet:9.4.39.v20210325 " )
19
+ implementation(" org.eclipse.jetty:jetty-servlet:10.0.12 " )
20
20
21
21
// this is exposed in SmokeTestExtension API
22
22
api(" org.testcontainers:testcontainers:1.17.6" )
You can’t perform that action at this time.
0 commit comments