From 0db6d1b8903b6e12ae8ee7e8ecdfa68b476216a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 17:32:43 +0000 Subject: [PATCH] Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.2 --- graphql/caliban/build.sbt | 2 +- graphql/netflix_dgs/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graphql/caliban/build.sbt b/graphql/caliban/build.sbt index d7b40c44..78463ef3 100644 --- a/graphql/caliban/build.sbt +++ b/graphql/caliban/build.sbt @@ -18,7 +18,7 @@ lazy val root = (project in file(".")) "com.github.ghostdogpr" %% "caliban-quick" % "2.9.1", "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.33.1", "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.33.1" % Provided, - "org.apache.httpcomponents.client5" % "httpclient5" % "5.4.1", + "org.apache.httpcomponents.client5" % "httpclient5" % "5.4.2", "dev.zio" %% "zio" % "2.1.14" ) ) diff --git a/graphql/netflix_dgs/build.gradle b/graphql/netflix_dgs/build.gradle index 1e220e02..8b366c19 100644 --- a/graphql/netflix_dgs/build.gradle +++ b/graphql/netflix_dgs/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'io.projectreactor.netty:reactor-netty-core' implementation 'io.projectreactor.netty:reactor-netty-http' implementation 'org.apache.httpcomponents.core5:httpcore5:5.3.3' - implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.1' + implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.2' testImplementation 'org.springframework.boot:spring-boot-starter-test' }