This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 7495e7d19 Update jnr-unixsocket to 0.39.2 (#1761)
7495e7d19 is described below
commit 7495e7d199b0af8f4e9199fcf5ae9b3e1aed9170
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jul 8 18:25:25 2026 +0200
Update jnr-unixsocket to 0.39.2 (#1761)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index f9f894951..bc4593920 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -521,7 +521,7 @@ object Dependencies {
val UnixDomainSocket = Seq(
libraryDependencies ++= Seq(
"com.github.jnr" % "jffi" % "1.4.0", // classifier "complete", // Is the
classifier needed anymore?
- "com.github.jnr" % "jnr-unixsocket" % "0.39.1"))
+ "com.github.jnr" % "jnr-unixsocket" % "0.39.2"))
val Xml = Seq(
libraryDependencies ++= Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]