Skip to content

Commit 87fc89e

Browse files
authored
Merge pull request #803 from okta/OKTA-922895-922755
Upgrade httpclient5 to 5.4.3 to fix security vulnerabilities
2 parents 7764e44 + aa2c733 commit 87fc89e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@
161161
<artifactId>nimbus-jose-jwt</artifactId>
162162
<version>10.2</version>
163163
</dependency>
164+
<dependency>
165+
<groupId>org.apache.httpcomponents.client5</groupId>
166+
<artifactId>httpclient5</artifactId>
167+
<version>5.4.3</version>
168+
</dependency>
164169

165170
<!-- test dependencies -->
166171
<dependency>

0 commit comments

Comments
 (0)