diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-20 12:15:45 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-21 17:58:12 +0100 |
commit | 88263d6c9831937a56f6c8f85739100d0e63b53a (patch) | |
tree | 22f4286536034206d9cf8a52bdb055140ab1e72d /pom.xml | |
parent | 41fc72569715ef1a86688325904d7833491c2891 (diff) |
Update dependencies for security vulnerabilities
Use dependencies from oparent for httpcomponents
add spring framework dependencies to dependency management
Add github classgraph dependency
Add Tomcat dependencies
Issue-ID: POLICY-4070
Change-Id: I87db62c1df810feedf1ebc6efbc7808d89fecc83
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>3.2.1</version> + <version>3.3.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.parent</groupId> @@ -33,7 +33,7 @@ <packaging>pom</packaging> <properties> - <oparent.version>3.2.1</oparent.version> + <oparent.version>3.3.1-SNAPSHOT</oparent.version> </properties> <modules> |