diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-19 09:24:39 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-19 13:24:45 +0100 |
commit | fef1eb098f95392239b9f27d073d27408e3f08c0 (patch) | |
tree | 4533b2ae9cdebab5521c4d845e0e293336baff59 /integration/pom.xml | |
parent | d39424c4d0aa6a41409a33c83656fefe0bef3091 (diff) |
Fix some dependencies flagged in scans
Issue-ID: POLICY-4393
Change-Id: I64504daff775ec008e936876c3aecfe6e604b9e5
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 94675849..6126bfcc 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -333,6 +333,10 @@ <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-servlet-core</artifactId> </exclusion> + <exclusion> + <groupId>javax.validation</groupId> + <artifactId>validation-api</artifactId> + </exclusion> </exclusions> </dependency> @@ -844,7 +848,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.11</version> + <version>3.12.0</version> </dependency> <!-- Commons IO --> |