Skip to content

Commit

Permalink
Merge pull request #23 from nulab/update/httpclient-4.5.13
Browse files Browse the repository at this point in the history
Update httpclient to 4.5.13
  • Loading branch information
jtakakura authored Oct 2, 2022
2 parents a7e58cf + d8260b6 commit be348df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira-client/build.sbt
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit be348df

Please sign in to comment.