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 dcaf1c8d6 Update jnr-unixsocket to 0.39.3 (#1847)
dcaf1c8d6 is described below

commit dcaf1c8d6d4ade9028c1beb8bac77109c046ef4a
Author: Scala Steward <[email protected]>
AuthorDate: Fri Aug 21 16:34:35 2026 +0200

    Update jnr-unixsocket to 0.39.3 (#1847)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 54d8da48e..4228d4241 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -532,7 +532,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.2"))
+      "com.github.jnr" % "jnr-unixsocket" % "0.39.3"))
 
   val Xml = Seq(
     libraryDependencies ++= Seq(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to