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

hepin 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 b93b21e18 Update commons-lang3 to 3.20.0 (#1294)
b93b21e18 is described below

commit b93b21e18430dadec23705b45e2bcfc0904ce1d4
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 23 16:16:41 2025 +0800

    Update commons-lang3 to 3.20.0 (#1294)
    
    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 98909bbc1..a933b56cb 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.19.0" % Test,
+      "org.apache.commons" % "commons-lang3" % "3.20.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]

Reply via email to