diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-07-05 22:22:43 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-07-10 13:55:11 +0000 |
commit | dfe98bd779a03efc8f176d1c8946c769417f5a60 (patch) | |
tree | 3c25f9a8047175c964e1acf243d8a5c03a30306b /utils | |
parent | b76217740231c916fce669613e20fb70c7320a2e (diff) |
Update outdated/vulnerable dependencies
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Ib809c636cd4505589901d1f5b95bedba1fc0a1f5
Issue-ID: SDC-4560
Diffstat (limited to 'utils')
-rw-r--r-- | utils/webseal-simulator/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 8ddaab1d59..9068814456 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -77,8 +77,8 @@ </dependency> <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> + <groupId>org.apache.httpcomponents.client5</groupId> + <artifactId>httpclient5</artifactId> <version>${httpclient.version}</version> <exclusions> <exclusion> @@ -100,8 +100,8 @@ <dependency> <groupId>commons-logging</groupId> - <artifactId>commons-logging-api</artifactId> - <version>1.0.4</version> + <artifactId>commons-logging</artifactId> + <version>${commons-logging}</version> </dependency> <dependency> |