File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Copyright 2019 Google LLC
3939 <maven .compiler.showWarnings>true</maven .compiler.showWarnings>
4040 <maven .compiler.failOnWarning>false</maven .compiler.failOnWarning>
4141 <maven .war.filteringDeploymentDescriptors>false</maven .war.filteringDeploymentDescriptors>
42- <jetty .version>11.0.9 </jetty .version>
42+ <jetty .version>9.4.51.v20230217 </jetty .version>
4343 </properties >
4444
4545 <dependencies >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Copyright 2019 Google LLC
4141 <maven .compiler.showDeprecation>true</maven .compiler.showDeprecation>
4242 <maven .compiler.showWarnings>true</maven .compiler.showWarnings>
4343 <maven .compiler.failOnWarning>false</maven .compiler.failOnWarning>
44- <jetty .version>10.0.9 </jetty .version>
44+ <jetty .version>9.4.51.v20230217 </jetty .version>
4545 </properties >
4646
4747 <dependencies >
Original file line number Diff line number Diff line change 3333
3434 <failOnMissingWebXml >false</failOnMissingWebXml > <!-- REQUIRED -->
3535 <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>
3737 </properties >
3838
3939 <!-- Parent POM defines common plugins and properties. -->
Original file line number Diff line number Diff line change 3636 "dependencyDashboard" : true ,
3737 "dependencyDashboardLabels" : [
3838 " type: process"
39- ]
39+ ],
40+ "constraints" : {
41+ "java" : " 1.8"
42+ }
4043}
You can’t perform that action at this time.
0 commit comments