mirror of https://github.com/jenkinsci/jenkins.git
Update Winstone and Jetty (#10958)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
1855470dda
commit
79f9ebddb8
2
pom.xml
2
pom.xml
|
@ -97,7 +97,7 @@ THE SOFTWARE.
|
||||||
<bridge-method-injector.version>1.32</bridge-method-injector.version>
|
<bridge-method-injector.version>1.32</bridge-method-injector.version>
|
||||||
<spotless.check.skip>false</spotless.check.skip>
|
<spotless.check.skip>false</spotless.check.skip>
|
||||||
<!-- Make sure to keep the jetty-ee9-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: -->
|
<!-- Make sure to keep the jetty-ee9-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: -->
|
||||||
<winstone.version>8.12</winstone.version>
|
<winstone.version>8.13</winstone.version>
|
||||||
<node.version>24.5.0</node.version>
|
<node.version>24.5.0</node.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -654,7 +654,7 @@ THE SOFTWARE.
|
||||||
contains a version of Jetty that is older than this, trigger Dependabot in jenkinsci/winstone and release the
|
contains a version of Jetty that is older than this, trigger Dependabot in jenkinsci/winstone and release the
|
||||||
result before proceeding with the update here.
|
result before proceeding with the update here.
|
||||||
-->
|
-->
|
||||||
<version>12.0.24</version>
|
<version>12.0.25</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!--
|
<!--
|
||||||
Reload webapp when you hit ENTER. (See JETTY-282 for more)
|
Reload webapp when you hit ENTER. (See JETTY-282 for more)
|
||||||
|
|
Loading…
Reference in New Issue