Skip to content

Commit 2ac482a

Browse files
committed
2 parents 364899f + f5232ea commit 2ac482a

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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"

sentry-apache-http-client-5/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ tasks.withType<KotlinCompile>().configureEach {
2222
dependencies {
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)

0 commit comments

Comments
 (0)