diff --git a/tomcat.sh b/tomcat.sh
index 5f696e19..3a885a44 100644
--- a/tomcat.sh
+++ b/tomcat.sh
@@ -1,11 +1,11 @@
amazon-linux-extras install java-openjdk11 -y
-wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.100/bin/apache-tomcat-9.0.100.tar.gz
-tar -zxvf apache-tomcat-9.0.100.tar.gz
-sed -i '56 a\' apache-tomcat-9.0.100/conf/tomcat-users.xml
-sed -i '57 a\' apache-tomcat-9.0.100/conf/tomcat-users.xml
-sed -i '58 a\' apache-tomcat-9.0.100/conf/tomcat-users.xml
-sed -i '59 a\' apache-tomcat-9.0.100/conf/tomcat-users.xml
-sed -i '56d' apache-tomcat-9.0.100/conf/tomcat-users.xml
-sed -i '21d' apache-tomcat-9.0.100/webapps/manager/META-INF/context.xml
-sed -i '22d' apache-tomcat-9.0.100/webapps/manager/META-INF/context.xml
-sh apache-tomcat-9.0.100/bin/startup.sh
+wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.100/bin/apache-tomcat-9.0.102.tar.gz
+tar -zxvf apache-tomcat-9.0.102.tar.gz
+sed -i '56 a\' apache-tomcat-9.0.102/conf/tomcat-users.xml
+sed -i '57 a\' apache-tomcat-9.0.102/conf/tomcat-users.xml
+sed -i '58 a\' apache-tomcat-9.0.102/conf/tomcat-users.xml
+sed -i '59 a\' apache-tomcat-9.0.102/conf/tomcat-users.xml
+sed -i '56d' apache-tomcat-9.0.102/conf/tomcat-users.xml
+sed -i '21d' apache-tomcat-9.0.102/webapps/manager/META-INF/context.xml
+sed -i '22d' apache-tomcat-9.0.102/webapps/manager/META-INF/context.xml
+sh apache-tomcat-9.0.102/bin/startup.sh