From ed633bbe88b6babe311d856fd99a81a17381a493 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sun, 22 Feb 2026 13:39:12 +0100 Subject: 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 --- gnu/packages/java.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/java.scm') diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 261340c28f5..73badacf631 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 -- cgit v1.3