From 83cdc9acc070789b1ed5b365bcee6c2afcc238e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 11:13:41 +0000 Subject: [PATCH] fix(deps): update dependency jaxen:jaxen to v1.2.0 --- modules/jala/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jala/build.gradle b/modules/jala/build.gradle index 1270bd58..fe3d0f52 100644 --- a/modules/jala/build.gradle +++ b/modules/jala/build.gradle @@ -1,6 +1,6 @@ dependencies { runtimeOnly 'dom4j:dom4j:1.6.1' - runtimeOnly 'jaxen:jaxen:1.1-beta-8' + runtimeOnly 'jaxen:jaxen:1.2.0' runtimeOnly 'net.sf.javamusictag:jid3lib:0.5.4' // FIXME: Did not find these two or appropriate replacements for them