File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
sentry-apache-http-client-5 Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11# Unreleased
22
33* Fix: Enrich Transactions with Context Data (#1469 )
4+ * Bump: Apache HttpClient to 5.0.4 (#1476 )
45
56# 5.0.0-beta.3
67
Original file line number Diff line number Diff line change @@ -74,9 +74,7 @@ object Config {
7474 val aspectj = " org.aspectj:aspectjweaver"
7575 val servletApi = " javax.servlet:javax.servlet-api"
7676
77- val apacheHttpClient = " org.apache.httpcomponents.client5:httpclient5:5.0.3"
78- val apacheHttpCore = " org.apache.httpcomponents.core5:httpcore5:5.0.3"
79- val apacheHttpCoreH2 = " org.apache.httpcomponents.core5:httpcore5-h2:5.0.3"
77+ val apacheHttpClient = " org.apache.httpcomponents.client5:httpclient5:5.0.4"
8078
8179 private val retrofit2Version = " 2.9.0"
8280 private val retrofit2Group = " com.squareup.retrofit2"
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ tasks.withType<KotlinCompile>().configureEach {
2222dependencies {
2323 api(project(" :sentry" ))
2424 api(Config .Libs .apacheHttpClient)
25- api(Config .Libs .apacheHttpCore)
26- api(Config .Libs .apacheHttpCoreH2)
2725
2826 compileOnly(Config .CompileOnly .nopen)
2927 errorprone(Config .CompileOnly .nopenChecker)
You can’t perform that action at this time.
0 commit comments