mirror of https://github.com/jenkinsci/jenkins.git
Upgrade to Winstone 6.18 which include Jetty 10.0.20 upgrade (#8923)
This commit is contained in:
parent
c0f66f52b4
commit
9c6ace3e03
2
pom.xml
2
pom.xml
|
@ -98,7 +98,7 @@ THE SOFTWARE.
|
|||
<bridge-method-injector.version>1.29</bridge-method-injector.version>
|
||||
<spotless.check.skip>false</spotless.check.skip>
|
||||
<!-- Make sure to keep the jetty-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: -->
|
||||
<winstone.version>6.16</winstone.version>
|
||||
<winstone.version>6.18</winstone.version>
|
||||
</properties>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -628,7 +628,7 @@ THE SOFTWARE.
|
|||
<plugin>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-maven-plugin</artifactId>
|
||||
<version>10.0.18</version>
|
||||
<version>10.0.20</version>
|
||||
<configuration>
|
||||
<!--
|
||||
Reload webapp when you hit ENTER. (See JETTY-282 for more)
|
||||
|
|
Loading…
Reference in New Issue