diff options
author | Dan Timoney <dtimoney@att.com> | 2021-08-05 10:46:18 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-08-17 07:40:45 -0400 |
commit | bc67c407c4dc21e023f56ba17e4fd1f66d0bf8a9 (patch) | |
tree | fd4515713c78b3e86212ead89a3b55b80bcfc7ec /odlparent/feature-repo-parent | |
parent | 2a577ea5da129f9458b51baeb6720306d28a2442 (diff) |
Package upgrades
Upgrade third party packages to address security vulnerabilities.
Provide new parent pom for spring boot 2.5, which is not
backward compatible with spring boot 2.3
Issue-ID: CCSDK-3415
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iffbfffb6709aeec48c35dd604b9293fb3af34a10
Diffstat (limited to 'odlparent/feature-repo-parent')
-rw-r--r-- | odlparent/feature-repo-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml index cfbec71b..6f0ef1b4 100644 --- a/odlparent/feature-repo-parent/pom.xml +++ b/odlparent/feature-repo-parent/pom.xml @@ -179,7 +179,7 @@ <mariadb.connector.version>2.7.3</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> - <tomcat-jdbc.version>9.0.30</tomcat-jdbc.version> + <tomcat-jdbc.version>9.0.52</tomcat-jdbc.version> <jetty.version>9.4.38.v20210224</jetty.version> <skip.karaf.featureTest>true</skip.karaf.featureTest> <dependency-list.file>direct-dependencies.txt</dependency-list.file> |