From 0761e45a05759d2567b72306308aeb38d095654b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Apr 2021 17:50:51 +0000 Subject: [PATCH] build(deps): bump jaxen from 1.1-beta-8 to 1.2.0 Bumps [jaxen](https://github.com/jaxen-xpath/jaxen) from 1.1-beta-8 to 1.2.0. - [Release notes](https://github.com/jaxen-xpath/jaxen/releases) - [Commits](https://github.com/jaxen-xpath/jaxen/commits/v1.2.0) Signed-off-by: dependabot[bot] --- modules/jala/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/jala/build.gradle b/modules/jala/build.gradle index 03af86e8..fe3d0f52 100644 --- a/modules/jala/build.gradle +++ b/modules/jala/build.gradle @@ -1,7 +1,7 @@ dependencies { - runtime 'dom4j:dom4j:1.6.1' - runtime 'jaxen:jaxen:1.1-beta-8' - runtime 'net.sf.javamusictag:jid3lib:0.5.4' + runtimeOnly 'dom4j:dom4j:1.6.1' + 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 //runtime 'id3:de.ueberdosis.mp3info:1.6.0d9'