Skip to content

Commit

Permalink
chore: Change Jetty version to 9.4.38.v20210224 (#12248)
Browse files Browse the repository at this point in the history
Avoids dependency security alert
  • Loading branch information
TatuLund authored Mar 23, 2021
1 parent 8c39731 commit 3a9f6be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<!-- Dependency unpack directory -->
<dependency.unpack.directory>${project.build.directory}/dependency-unpack</dependency.unpack.directory>

<jetty.version>9.4.35.v20201120</jetty.version>
<jetty.version>9.4.38.v20210224</jetty.version>

<!-- Sonar properties -->
<sonar.java.source>8</sonar.java.source>
Expand Down
6 changes: 3 additions & 3 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jetty.version>9.4.35.v20201120</jetty.version>
<jetty.version>9.4.38.v20210224</jetty.version>
<phantomjs.version>2.1.1</phantomjs.version>
<vaadin.version>${project.version}</vaadin.version>
<vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version>
Expand All @@ -21,10 +21,10 @@
<spring.boot.version>1.5.9.RELEASE</spring.boot.version>
<selenium.version>3.14.0</selenium.version>

<!-- Don't care about coding style for tests -->
<!-- Don't care about coding style for tests. -->
<sonar.skip>true</sonar.skip>

<!-- Allow installing for local testing purposes -->
<!-- Allow installing for local testing purposes. -->
<install.skip>true</install.skip>
</properties>

Expand Down

0 comments on commit 3a9f6be

Please sign in to comment.