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 eb3c4581e Update commons-lang3 to 3.19.0 (#1219)
eb3c4581e is described below
commit eb3c4581e81a0f201782ba2e167809870539cc2f
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 28 08:14:49 2025 +0100
Update commons-lang3 to 3.19.0 (#1219)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index fb5d85800..a6333a722 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -441,7 +441,7 @@ object Dependencies {
"software.amazon.awssdk" % "auth" % AwsSdk2Version,
// in-memory filesystem for file related tests
"com.google.jimfs" % "jimfs" % "1.3.1" % Test,
- "org.apache.commons" % "commons-lang3" % "3.18.0" % Test,
+ "org.apache.commons" % "commons-lang3" % "3.19.0" % Test,
"org.scalacheck" %% "scalacheck" % scalaCheckVersion % Test,
"org.scalatestplus" %% scalaTestScalaCheckArtifact %
scalaTestScalaCheckVersion % Test) ++
wireMockDependencies)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]