Skip to content

Commit

Permalink
Update to clientlib-java-httpclient 2.1.2-SNAPSHOT
Browse files Browse the repository at this point in the history
This fixes a bug in web service authentication.

See daisy/pipeline#620.
  • Loading branch information
kalaspuffar authored and bertfrees committed Jan 31, 2022
1 parent f4f1edf commit 3b054c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ libraryDependencies ++= Seq(
"org.apache.derby" % "derby" % "10.11.1.1",
"mysql" % "mysql-connector-java" % "8.0.15",
"org.daisy.pipeline" % "clientlib-java" % "5.0.1-SNAPSHOT",
"org.daisy.pipeline" % "clientlib-java-httpclient" % "2.1.1",
"org.daisy.pipeline" % "clientlib-java-httpclient" % "2.1.2-SNAPSHOT",
"org.apache.commons" % "commons-compress" % "1.9",
"org.apache.commons" % "commons-email" % "1.4",
// override version included by default (1.1.3)
Expand Down

0 comments on commit 3b054c3

Please sign in to comment.