Skip to content

Commit 1710976

Browse files
basiltimja
andauthored
[JENKINS-73942] Downloading tgz artifacts in Firefox is broken (#9951)
Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
1 parent ae56d43 commit 1710976

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ THE SOFTWARE.
9797
<bridge-method-injector.version>1.30</bridge-method-injector.version>
9898
<spotless.check.skip>false</spotless.check.skip>
9999
<!-- Make sure to keep the jetty-ee9-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: -->
100-
<winstone.version>8.2</winstone.version>
100+
<winstone.version>8.4</winstone.version>
101101
<node.version>20.18.1</node.version>
102102
</properties>
103103

war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ THE SOFTWARE.
645645
<plugin>
646646
<groupId>org.eclipse.jetty.ee9</groupId>
647647
<artifactId>jetty-ee9-maven-plugin</artifactId>
648-
<version>12.0.14</version>
648+
<version>12.0.16</version>
649649
<configuration>
650650
<!--
651651
Reload webapp when you hit ENTER. (See JETTY-282 for more)

0 commit comments

Comments
 (0)