Skip to content

Commit ea128b0

Browse files
authored
[DT-3157] Override jetty version to mitigate CVE (#1088)
1 parent f02a73b commit ea128b0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<sonar.organization>broad-databiosphere</sonar.organization>
3030
<sonar.projectKey>DataBiosphere_consent-ontology</sonar.projectKey>
3131
<sonar.projectName>consent-ontology</sonar.projectName>
32+
<jetty.version>12.1.8</jetty.version>
3233
</properties>
3334

3435
<profiles>
@@ -364,6 +365,20 @@
364365
<type>pom</type>
365366
<scope>import</scope>
366367
</dependency>
368+
<dependency>
369+
<groupId>org.eclipse.jetty</groupId>
370+
<artifactId>jetty-bom</artifactId>
371+
<version>${jetty.version}</version>
372+
<type>pom</type>
373+
<scope>import</scope>
374+
</dependency>
375+
<dependency>
376+
<groupId>io.dropwizard</groupId>
377+
<artifactId>dropwizard-dependencies</artifactId>
378+
<version>${dropwizard.version}</version>
379+
<type>pom</type>
380+
<scope>import</scope>
381+
</dependency>
367382
</dependencies>
368383
</dependencyManagement>
369384

0 commit comments

Comments
 (0)