diff options
author | Rich Tabedzki <richard.tabedzki@att.com> | 2020-03-11 11:06:57 -0400 |
---|---|---|
committer | Rich Tabedzki <richard.tabedzki@att.com> | 2020-03-11 11:07:51 -0400 |
commit | fce995d895fa7d0d366b87b8546ce53d67659f66 (patch) | |
tree | 1a6834cd1b04bcd36669fe7d89d1dbd1f0ac2f71 /springboot/spring-boot-setup | |
parent | 96babb945f19f1ead04da61f0d627be3e028defc (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/spring-boot-setup')
-rw-r--r-- | springboot/spring-boot-setup/src/main/resources/pom-template.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index 763e32b0..10c4133a 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.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> |