diff options
author | Rich Tabedzki <richard.tabedzki@att.com> | 2019-11-04 15:08:16 -0500 |
---|---|---|
committer | Rich Tabedzki <richard.tabedzki@att.com> | 2019-11-04 15:09:39 -0500 |
commit | d163dcb0267a9713a5603310518b8ef83d2ae5f5 (patch) | |
tree | e2d0b127d0040115d104b85e87751100dbebcdb2 /springboot | |
parent | 26d1dfffd190249302a5658098159d2e9a285f98 (diff) |
Update version of Apache Tomcat dependency as per security scan
Changes made:
* Updated tomcat-jdbc.version property in pom.xml files
Issue-ID: CCSDK-1815
Change-Id: If9bf0b8460f6d8c7c0a5ad594ebf28c2784bb8fb
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
Diffstat (limited to 'springboot')
-rwxr-xr-x | springboot/springboot2/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 8df735a5..6148b8c8 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -125,7 +125,7 @@ <mariadb4j.version>2.2.3</mariadb4j.version> <slf4j.version>1.7.25</slf4j.version> <testng.version>6.11</testng.version> - <tomcat-jdbc.version>8.5.14</tomcat-jdbc.version> + <tomcat-jdbc.version>9.0.27</tomcat-jdbc.version> </properties> |