From c28a3d03cd9497ac0e9cc8dff601996abe80aadc Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Sun, 7 Jul 2024 21:24:59 +0000
Subject: [PATCH] fix: pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-7430175
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5c3a0db8..d30624df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
   <name>embeddedTomcatSample Maven Webapp</name>
   <url>http://maven.apache.org</url>
   <properties>
-    <tomcat.version>8.5.38</tomcat.version>
+    <tomcat.version>9.0.90</tomcat.version>
   </properties>
   <dependencies>
     <dependency>