From 07ca61cc1e8b9161bde2f5e86ef7ad6c784da0b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jul 2021 11:13:41 +0000 Subject: [PATCH 1/3] Update httpclient to 4.5.13 --- jira-client/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jira-client/build.sbt b/jira-client/build.sbt index 7e83aa9..12914ca 100644 --- a/jira-client/build.sbt +++ b/jira-client/build.sbt @@ -1,7 +1,7 @@ name := "jira-client" libraryDependencies ++= Seq( - "org.apache.httpcomponents" % "httpclient" % "4.5.3", + "org.apache.httpcomponents" % "httpclient" % "4.5.13", "io.spray" %% "spray-json" % "1.3.5", "io.lemonlabs" %% "scala-uri" % "1.5.1", "org.slf4j" % "slf4j-api" % "1.7.25", From 61bf036f7221d9b6d2c2e5728f87d98ad93d9908 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Jul 2021 00:02:14 +0000 Subject: [PATCH 2/3] Update httpclient to 4.5.13 --- jira-client/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jira-client/build.sbt b/jira-client/build.sbt index a3f6fbf..7880a21 100644 --- a/jira-client/build.sbt +++ b/jira-client/build.sbt @@ -1,7 +1,7 @@ name := "jira-client" libraryDependencies ++= Seq( - "org.apache.httpcomponents" % "httpclient" % "4.5.3", + "org.apache.httpcomponents" % "httpclient" % "4.5.13", "io.spray" %% "spray-json" % "1.3.5", "io.lemonlabs" %% "scala-uri" % "1.5.1", "org.slf4j" % "slf4j-api" % "1.7.25", From d8260b65cb365ee98c7ab26c1a5ef5d787e90181 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Jul 2021 00:01:42 +0000 Subject: [PATCH 3/3] Update httpclient to 4.5.13 --- jira-client/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jira-client/build.sbt b/jira-client/build.sbt index 3f9d535..6275b25 100644 --- a/jira-client/build.sbt +++ b/jira-client/build.sbt @@ -1,7 +1,7 @@ name := "jira-client" libraryDependencies ++= Seq( - "org.apache.httpcomponents" % "httpclient" % "4.5.3", + "org.apache.httpcomponents" % "httpclient" % "4.5.13", "io.spray" %% "spray-json" % "1.3.6", "io.lemonlabs" %% "scala-uri" % "1.5.1", "org.slf4j" % "slf4j-api" % "1.7.31",