From 8de8a3e77e9deec4a455d2f7f9e99e4dfa19b64c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 07:57:18 +0000 Subject: [PATCH] build(deps): bump jaxen from 1.1-beta-8 to 1.2.0-atlassian-2 Bumps [jaxen](https://github.com/atlassian/jaxen) from 1.1-beta-8 to 1.2.0-atlassian-2. - [Release notes](https://github.com/atlassian/jaxen/releases) - [Commits](https://github.com/atlassian/jaxen/commits) Signed-off-by: dependabot[bot] --- 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 03af86e8..a8989f75 100644 --- a/modules/jala/build.gradle +++ b/modules/jala/build.gradle @@ -1,6 +1,6 @@ dependencies { runtime 'dom4j:dom4j:1.6.1' - runtime 'jaxen:jaxen:1.1-beta-8' + runtime 'jaxen:jaxen:1.2.0-atlassian-2' runtime 'net.sf.javamusictag:jid3lib:0.5.4' // FIXME: Did not find these two or appropriate replacements for them