Skip to content

Commit

Permalink
[JENKINS-63958] - Update Jetty from 9.4.32.v20200930 to 9.4.33.v20201…
Browse files Browse the repository at this point in the history
…020 (#124)

* [JENKINS-63958] - Update Jetty from 9.4.32.v20200930 to 9.4.33.v20201019

Picks up https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.33.v20201019 which includes a fix for jetty/jetty.project#5417 fix is out (PR: jetty/jetty.project#5419 )

* Update parent POM

* jetty version is 9.4.33.v20201020

Signed-off-by: olivier lamy <olamy@apache.org>

* parent 1.59 is broken argLine

Signed-off-by: olivier lamy <olamy@apache.org>

Co-authored-by: olivier lamy <olamy@apache.org>
  • Loading branch information
oleg-nenashev and olamy committed Oct 26, 2020
1 parent a9a3669 commit a7e3258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.57</version>
<version>1.60</version>
<relativePath />
</parent>

Expand All @@ -19,7 +19,7 @@
<properties>
<revision>5.12</revision>
<changelist>-SNAPSHOT</changelist>
<jetty.version>9.4.30.v20200611</jetty.version>
<jetty.version>9.4.33.v20201020</jetty.version>
<alpn.api.version>1.1.3.v20160715</alpn.api.version>
<java.level>8</java.level>
<!-- TODO: remove once SpotBugs issues are fixed. 57 so far -->
Expand Down

0 comments on commit a7e3258

Please sign in to comment.