Skip to content

Commit

Permalink
Fix CVE's
Browse files Browse the repository at this point in the history
  • Loading branch information
Thopap committed Mar 29, 2024
1 parent be6106f commit e1a2738
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<cxf.version>3.6.3</cxf.version>
<spring-framework.version>5.3.33</spring-framework.version>
<json-path.version>2.9.0</json-path.version>
<tomcat.version>9.0.87</tomcat.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -51,7 +52,21 @@
<artifactId>json-path</artifactId>
<version>${json-path.version}</version>
</dependency>

<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-el</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-websocket</artifactId>
<version>${tomcat.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit e1a2738

Please sign in to comment.