Skip to content

Commit 9773ca9

Browse files
authored
Merge pull request #164 from CBIIT/INS-1604
INS-1604 CVE Fixes
2 parents 1984892 + 083513d commit 9773ca9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . .
66
RUN mvn package -DskipTests
77

88
# Production stage
9-
FROM tomcat:11.0.20-jdk17 AS fnl_base_image
9+
FROM tomcat:11.0.21-jdk17 AS fnl_base_image
1010

1111
RUN apt-get update && apt-get -y upgrade
1212

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
<scope>import</scope>
4242
</dependency>
4343
<dependency>
44-
<groupId>io.netty</groupId>
45-
<artifactId>netty-codec</artifactId>
46-
<version>4.1.125.Final</version>
44+
<groupId>io.netty</groupId>
45+
<artifactId>netty-codec</artifactId>
46+
<version>4.1.125.Final</version>
4747
</dependency>
4848
</dependencies>
4949
</dependencyManagement>
@@ -196,7 +196,7 @@
196196
<dependency>
197197
<groupId>org.apache.tomcat.embed</groupId>
198198
<artifactId>tomcat-embed-core</artifactId>
199-
<version>11.0.20</version>
199+
<version>11.0.21</version>
200200
</dependency>
201201
<!-- JUnit -->
202202
<dependency>

0 commit comments

Comments
 (0)