Skip to content

Commit

Permalink
Might be dealing with jetty/jetty.project#6001
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Mar 22, 2021
1 parent 4345058 commit 6a5419f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion bom-internal/pom.xml
Expand Up @@ -65,7 +65,8 @@ POM as their parent.
<swagger-ui.version>3.25.0</swagger-ui.version>
<httpcomponents.version>4.5.13</httpcomponents.version>
<httpcore.version>4.4.14</httpcore.version>
<jetty-servlet.version>9.4.37.v20210219</jetty-servlet.version>
<!-- ahead of dropwizard tested version due to https://github.com/eclipse/jetty.project/issues/6001 -->
<jetty-servlet.version>9.4.38.v20210224</jetty-servlet.version>
<netty.version>4.1.60.Final</netty.version>
<scala.version>2.12.13</scala.version>
<cromwell.version>57</cromwell.version>
Expand Down Expand Up @@ -906,6 +907,16 @@ POM as their parent.
<artifactId>jetty-servlets</artifactId>
<version>${jetty-servlet.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util-ajax</artifactId>
<version>${jetty-servlet.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
<version>${jetty-servlet.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
Expand Down

0 comments on commit 6a5419f

Please sign in to comment.