This is an automated email from the ASF dual-hosted git repository.

He-Pin 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 af38f7bcb Update jffi to 1.4.0 (#1735)
af38f7bcb is described below

commit af38f7bcb1b8998b21330a2938c474b44a258b5a
Author: Scala Steward <[email protected]>
AuthorDate: Sun Jun 28 17:24:38 2026 +0200

    Update jffi to 1.4.0 (#1735)
    
    * Update jffi to 1.4.0
    
    * Update jnr-unixsocket dependency version to 0.39.1
    
    ---------
    
    Co-authored-by: He-Pin(kerr) <[email protected]>
    Co-authored-by: He-Pin(kerr) <[email protected]>
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index fb8a6df11..b8adbc11a 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -519,7 +519,7 @@ object Dependencies {
 
   val UnixDomainSocket = Seq(
     libraryDependencies ++= Seq(
-      "com.github.jnr" % "jffi" % "1.3.15", // classifier "complete", // Is 
the classifier needed anymore?
+      "com.github.jnr" % "jffi" % "1.4.0", // classifier "complete", // Is the 
classifier needed anymore?
       "com.github.jnr" % "jnr-unixsocket" % "0.39.1"))
 
   val Xml = Seq(


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

Reply via email to