Skip to content
Snippets Groups Projects
Commit 47f73c4e authored by Gokul Nagare's avatar Gokul Nagare
Browse files

Vuln fix lucene

parent d353ada8
No related branches found
No related tags found
1 merge request!142Vuln fix lucene
......@@ -53,6 +53,10 @@
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
......@@ -60,6 +64,11 @@
<artifactId>tomcat-embed-core</artifactId>
<version>9.0.54</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>8.10.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment