From ecfb30835a956c38d43aa4c0be0b909c33babbeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 05:50:12 +0000 Subject: [PATCH] Bump jaxb-runtime from 2.3.2 to 3.0.1 Bumps jaxb-runtime from 2.3.2 to 3.0.1. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c5b94b555dc..4df73b23227 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.1' implementation ('com.github.tomtung:latex2unicode_2.12:0.2.6') { exclude module: 'fastparse_2.12'