File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ RUN apk --no-cache upgrade && \
1515
1616RUN mkdir /download && \
1717 cd /download && \
18- wget https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.102 /bin/apache-tomcat-9.0.102 .tar.gz && \
19- echo "cbe407f17c813d9f83cab459e603df171f2e5782c3a0cdb4cfa00b0391a89cedf865c6d8972fc7e12210c69a8467ede5939f35bb0f3b41fa173b9ee83199768a *apache-tomcat-9.0.102 .tar.gz" > checksum.txt && \
18+ wget https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.105 /bin/apache-tomcat-9.0.105 .tar.gz && \
19+ echo "904f10378ee2c7c68529edfefcba50c77eb677aa4586cfac0603e44703b0278f71f683b0295774f3cdcb027229d146490ef2c8868d8c2b5a631cf3db61ff9956 *apache-tomcat-9.0.105 .tar.gz" > checksum.txt && \
2020 sha512sum -c checksum.txt && \
2121 tar xzf apache-tomcat-*tar.gz && \
22- mv apache-tomcat-9.0.102 /usr/local/tomcat/ && \
22+ mv apache-tomcat-9.0.105 /usr/local/tomcat/ && \
2323 cd / && \
2424 rm -rf /download && \
2525 rm -rf /usr/local/tomcat/webapps/* && \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ google-findbugs = "3.0.2"
1212error_prone_annotations = " 2.15.0"
1313cwms-ratings = " 2.0.2"
1414javalin = " 4.6.8"
15- tomcat = " 9.0.93 "
15+ tomcat = " 9.0.105 "
1616swagger-core = " 2.2.23"
1717swagger-ui = " 5.9.0"
1818jackson = " 2.17.1"
@@ -32,7 +32,7 @@ oracle-jdbc = "19.3.0.0"
3232mockito = " 4.6.1"
3333rest-assured = " 5.2.0"
3434hamcrest = " 1.3"
35- apache-commons-csv = " 1.9 .0"
35+ apache-commons-csv = " 2.10 .0"
3636google-auto-service = " 1.0-rc6"
3737freemarker = " 2.3.32"
3838
You can’t perform that action at this time.
0 commit comments