This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new b2076b260 Update jnr-unixsocket to 0.38.22 (#489)
b2076b260 is described below
commit b2076b26072679b1bbfdd47859b22613a3bc778f
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 18 11:47:03 2024 +0100
Update jnr-unixsocket to 0.38.22 (#489)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index f8f92d705..e0e6e611d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -458,7 +458,7 @@ object Dependencies {
val UnixDomainSocket = Seq(
libraryDependencies ++= Seq(
"com.github.jnr" % "jffi" % "1.3.13", // classifier "complete", // Is
the classifier needed anymore?
- "com.github.jnr" % "jnr-unixsocket" % "0.38.21"))
+ "com.github.jnr" % "jnr-unixsocket" % "0.38.22"))
val Xml = Seq(
libraryDependencies ++= Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]