diff options
author | Rich Tabedzki <richard.tabedzki@att.com> | 2020-03-11 11:06:57 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-19 15:15:46 +0000 |
commit | 1d8c3379eff0da734500858ef8a4569a6ed1039c (patch) | |
tree | daa2c821bef44c5b475f0d142d2d4939afe21f44 /springboot/springboot2/pom.xml | |
parent | d82faafca65c9b4b9cf0d713873d5ca9cce704a3 (diff) |
Update version of tomact-jdbc library
Changes made:
* Updated version of tomact-jdbc library from 9.0.27 to 9.0.30
Issue-ID: CCSDK-2169
Change-Id: Id917f36f04064d5a211f596d0256ad80e65a2467
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
Diffstat (limited to 'springboot/springboot2/pom.xml')
-rw-r--r--[-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 c182e385..7b9dba7a 100755..100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -131,7 +131,7 @@ <mariadb4j.version>2.4.0</mariadb4j.version> <slf4j.version>1.7.25</slf4j.version> <testng.version>6.14.3</testng.version> - <tomcat-jdbc.version>9.0.27</tomcat-jdbc.version> + <tomcat-jdbc.version>9.0.30</tomcat-jdbc.version> <dependency-list.file>direct-dependencies.txt</dependency-list.file> </properties> |