Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 57f9be4

Browse files
committed
Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.1
1 parent 6a75363 commit 57f9be4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphql/caliban/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lazy val root = (project in file("."))
1212
"com.github.ghostdogpr" %% "caliban-quick" % "2.9.0",
1313
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.31.1",
1414
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.1" % Provided,
15-
"org.apache.httpcomponents.client5" % "httpclient5" % "5.4",
15+
"org.apache.httpcomponents.client5" % "httpclient5" % "5.4.1",
1616
"dev.zio" %% "zio" % "2.1.11"
1717
)
1818
)

graphql/netflix_dgs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation 'io.projectreactor.netty:reactor-netty-core'
3030
implementation 'io.projectreactor.netty:reactor-netty-http'
3131
implementation 'org.apache.httpcomponents.core5:httpcore5:5.3.1'
32-
implementation 'org.apache.httpcomponents.client5:httpclient5:5.4'
32+
implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.1'
3333
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3434
}
3535

0 commit comments

Comments
 (0)