mirror of https://github.com/jenkinsci/jenkins.git
[JENKINS-70774] Upgrade to Winstone 6.11 (i.e., upgrade Jetty from 10.0.13 to 10.0.15) (#7858)
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
3948a95cad
commit
0d78920326
|
|
@ -40,7 +40,7 @@ THE SOFTWARE.
|
|||
<properties>
|
||||
<asm.version>9.5</asm.version>
|
||||
<slf4jVersion>2.0.7</slf4jVersion>
|
||||
<stapler.version>1777.v7c6fe6d54a_0c</stapler.version>
|
||||
<stapler.version>1781.v62372c33644e</stapler.version>
|
||||
<groovy.version>2.4.21</groovy.version>
|
||||
</properties>
|
||||
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -99,7 +99,7 @@ THE SOFTWARE.
|
|||
<bridge-method-injector.version>1.26</bridge-method-injector.version>
|
||||
<spotless.version>2.36.0</spotless.version>
|
||||
<!-- Make sure to keep the jetty-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: -->
|
||||
<winstone.version>6.10</winstone.version>
|
||||
<winstone.version>6.11</winstone.version>
|
||||
</properties>
|
||||
|
||||
<!--
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ THE SOFTWARE.
|
|||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>jenkins-test-harness</artifactId>
|
||||
<version>1952.v3a_b_0cd3f5a_03</version>
|
||||
<version>1954.v2e3fd5465b_a_6</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
|
|
|||
|
|
@ -643,7 +643,7 @@ THE SOFTWARE.
|
|||
<plugin>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-maven-plugin</artifactId>
|
||||
<version>10.0.13</version>
|
||||
<version>10.0.15</version>
|
||||
<configuration>
|
||||
<!--
|
||||
Reload webapp when you hit ENTER. (See JETTY-282 for more)
|
||||
|
|
|
|||
Loading…
Reference in New Issue