Skip to content

Commit 2fe3a52

Browse files
authored
Merge pull request #2871 from bcgov/feature/1580-vulnerabilities
Fixes For JIRA 1580
2 parents 88a15d5 + ea0091c commit 2fe3a52

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

src/backend/efiling-api/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
<dependency>
211211
<groupId>org.apache.tomcat.embed</groupId>
212212
<artifactId>tomcat-embed-core</artifactId>
213-
<version>10.1.25</version>
213+
<version>10.1.34</version>
214214
</dependency>
215215
<dependency>
216216
<groupId>org.json</groupId>
@@ -232,6 +232,7 @@
232232
<dependency>
233233
<groupId>org.springframework</groupId>
234234
<artifactId>spring-webmvc</artifactId>
235+
<version>6.1.14</version>
235236
</dependency>
236237
<dependency>
237238
<groupId>io.netty</groupId>

src/backend/libs/efiling-ceis-api-client/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@
7070
<groupId>com.brsanthu</groupId>
7171
<artifactId>migbase64</artifactId>
7272
</dependency>
73-
<dependency>
74-
<groupId>junit</groupId>
75-
<artifactId>junit</artifactId>
76-
<scope>test</scope>
77-
</dependency>
7873
<dependency>
7974
<groupId>org.springframework.boot</groupId>
8075
<artifactId>spring-boot-starter-test</artifactId>
@@ -120,11 +115,6 @@
120115
<artifactId>mapstruct</artifactId>
121116
</dependency>
122117

123-
<dependency>
124-
<groupId>org.apache.commons</groupId>
125-
<artifactId>commons-lang3</artifactId>
126-
</dependency>
127-
128118
<dependency>
129119
<groupId>junit</groupId>
130120
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)