Skip to content

Commit

Permalink
[JENKINS-70774] Upgrade to Winstone 6.11 (i.e., upgrade Jetty from 10…
Browse files Browse the repository at this point in the history
….0.13 to 10.0.15) (jenkinsci#7858)

Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy authored Apr 19, 2023
1 parent 3948a95 commit 0d78920
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

<!--
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0d78920

Please sign in to comment.