Skip to content

Commit 01da4d1

Browse files
authored
Update to commons-codec 1.15
2 parents d4e5552 + bf96541 commit 01da4d1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## [Unreleased]
4+
* Updated to version `1.15` of `commons-codec`.
45

56
## [5.1.0] - 2022-05-06
67
### Added

httpclient/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,11 @@ dependencies {
1717
api(projects.b2SdkCore)
1818

1919
api("org.apache.httpcomponents:httpclient:4.5.13")
20+
constraints {
21+
implementation("commons-codec:commons-codec:1.15") {
22+
because("earlier versions have a known vulnerability")
23+
}
24+
}
25+
2026
api("commons-logging:commons-logging:1.2")
2127
}

0 commit comments

Comments
 (0)