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/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new b0a8398d9 Update jnr-unixsocket to 0.38.25 (#1549)
b0a8398d9 is described below
commit b0a8398d95acdd81cee235e2a1042b6c2f815bfc
Author: Scala Steward <[email protected]>
AuthorDate: Wed Apr 1 18:10:20 2026 +0200
Update jnr-unixsocket to 0.38.25 (#1549)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index bade06aea..f580bc91a 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -516,7 +516,7 @@ object Dependencies {
val UnixDomainSocket = Seq(
libraryDependencies ++= Seq(
"com.github.jnr" % "jffi" % "1.3.14", // classifier "complete", // Is
the classifier needed anymore?
- "com.github.jnr" % "jnr-unixsocket" % "0.38.24"))
+ "com.github.jnr" % "jnr-unixsocket" % "0.38.25"))
val Xml = Seq(
libraryDependencies ++= Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]