From 44e11e9705cbc14c8c6049e0315f7a3a72a844b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 11:14:05 +0000 Subject: [PATCH] fix(deps): update dependency jaxen:jaxen to v2 --- 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..423fcff3 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:2.0.0' runtimeOnly 'net.sf.javamusictag:jid3lib:0.5.4' // FIXME: Did not find these two or appropriate replacements for them