guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ed633bbe88b6babe311d856fd99a81a17381a493
Author: Julien Lepiller <[email protected]>
AuthorDate: Sun Feb 22 13:39:12 2026 +0100

    gnu: java-commons-lang3: Fix dependencies.
    
    Although it doesn't fail to build, the new version of lang3 requires a
    new parent pom version.
    
    * gnu/packages/java.scm (java-commons-lang3)[propagated-inputs]: Use
      apache-commons-parent-pom-92.
    
    Change-Id: I7b003606e5403bef6e1e52c9f3e6bd1e22602e6a
    Signed-off-by: Julien Lepiller <[email protected]>
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 261340c28f..73badacf63 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -6238,7 +6238,7 @@ included:
        (modify-phases %standard-phases
          (replace 'install (install-from-pom "pom.xml")))))
     (propagated-inputs
-     (list apache-commons-parent-pom-48))
+     (list apache-commons-parent-pom-92))
     (home-page "https://commons.apache.org/lang/";)
     (synopsis "Extension of the java.lang package")
     (description "The Commons Lang components contains a set of Java classes

Reply via email to