File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ RUN mvn -B clean install \
4141#############################################################################################
4242FROM eclipse-temurin:17-jre-alpine
4343
44+ RUN apk update && apk add --upgrade --no-cache libexpat # fix CVE-2024-8176
45+
4446# ARG MVN_PROFILES
4547ARG SERVICE_NAME=efiling-api
4648
Original file line number Diff line number Diff line change 208208 <dependency >
209209 <groupId >org.apache.tomcat.embed</groupId >
210210 <artifactId >tomcat-embed-core</artifactId >
211+ <version >10.1.39</version >
211212 </dependency >
212213 <dependency >
213214 <groupId >org.json</groupId >
243244 <artifactId >cxf-core</artifactId >
244245 <version >4.0.6</version >
245246 </dependency >
247+ <dependency >
248+ <groupId >org.springframework.security</groupId >
249+ <artifactId >spring-security-crypto</artifactId >
250+ <version >6.3.8</version >
251+ </dependency >
246252 </dependencies >
247253
248254 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments