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 c52014843 Update jnr-unixsocket to 0.39.1 (#1736)
c52014843 is described below

commit c52014843b050bf0b75aaf9371b95e3a4379036e
Author: Scala Steward <[email protected]>
AuthorDate: Sun Jun 28 17:15:35 2026 +0200

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index caf14a9c8..fb8a6df11 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -520,7 +520,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" % "jnr-unixsocket" % "0.38.25"))
+      "com.github.jnr" % "jnr-unixsocket" % "0.39.1"))
 
   val Xml = Seq(
     libraryDependencies ++= Seq(


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

Reply via email to