We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4e5552 + bf96541 commit 01da4d1Copy full SHA for 01da4d1
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
## [Unreleased]
4
+* Updated to version `1.15` of `commons-codec`.
5
6
## [5.1.0] - 2022-05-06
7
### Added
httpclient/build.gradle.kts
@@ -17,5 +17,11 @@ dependencies {
17
api(projects.b2SdkCore)
18
19
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
+
26
api("commons-logging:commons-logging:1.2")
27
}
0 commit comments