Skip to content

Commit 771e2e2

Browse files
averikitschSita04
andauthored
fix: constrain jetty version (#1225)
Co-authored-by: Sita Lakshmi Sangameswaran <[email protected]>
1 parent d7b9cac commit 771e2e2

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

background/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

bookshelf/1-cloud-run/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

helloworld-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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. -->

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
"dependencyDashboard": true,
3737
"dependencyDashboardLabels": [
3838
"type: process"
39-
]
39+
],
40+
"constraints": {
41+
"java": "1.8"
42+
}
4043
}

0 commit comments

Comments
 (0)