From b2dda52a5f8f2727e92e48b14a48784bb2256147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Dec 2020 13:06:24 +0000 Subject: [PATCH] Bump jaxb-runtime from 2.3.2 to 3.0.0 Bumps jaxb-runtime from 2.3.2 to 3.0.0. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7cda604786b..f509a8ecfb4 100644 --- a/build.gradle +++ b/build.gradle @@ -175,7 +175,7 @@ dependencies { implementation group: 'jakarta.activation', name: 'jakarta.activation-api', version: '1.2.1' implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '2.3.2' - implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.2' + implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '3.0.0' implementation ('com.github.tomtung:latex2unicode_2.12:0.2.6') { exclude module: 'fastparse_2.12'