File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Copyright 2019 Google LLC
39
39
<maven .compiler.showWarnings>true</maven .compiler.showWarnings>
40
40
<maven .compiler.failOnWarning>false</maven .compiler.failOnWarning>
41
41
<maven .war.filteringDeploymentDescriptors>false</maven .war.filteringDeploymentDescriptors>
42
- <jetty .version>11.0.9 </jetty .version>
42
+ <jetty .version>9.4.51.v20230217 </jetty .version>
43
43
</properties >
44
44
45
45
<dependencies >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Copyright 2019 Google LLC
41
41
<maven .compiler.showDeprecation>true</maven .compiler.showDeprecation>
42
42
<maven .compiler.showWarnings>true</maven .compiler.showWarnings>
43
43
<maven .compiler.failOnWarning>false</maven .compiler.failOnWarning>
44
- <jetty .version>10.0.9 </jetty .version>
44
+ <jetty .version>9.4.51.v20230217 </jetty .version>
45
45
</properties >
46
46
47
47
<dependencies >
Original file line number Diff line number Diff line change 33
33
34
34
<failOnMissingWebXml >false</failOnMissingWebXml > <!-- REQUIRED -->
35
35
<appengine .maven.plugin>2.3.0</appengine .maven.plugin>
36
- <jetty .maven.plugin>11.0.12 </jetty .maven.plugin>
36
+ <jetty .maven.plugin>9.4.51.v20230217 </jetty .maven.plugin>
37
37
</properties >
38
38
39
39
<!-- Parent POM defines common plugins and properties. -->
Original file line number Diff line number Diff line change 36
36
"dependencyDashboard" : true ,
37
37
"dependencyDashboardLabels" : [
38
38
" type: process"
39
- ]
39
+ ],
40
+ "constraints" : {
41
+ "java" : " 1.8"
42
+ }
40
43
}
You can’t perform that action at this time.
0 commit comments