From aa7e967f4c5e0d8fcecbc5f96c5b4786c76c687a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 13:02:28 +0000 Subject: [PATCH] Bump jaxb-runtime from 2.3.2 to 3.0.2 Bumps jaxb-runtime from 2.3.2 to 3.0.2. --- updated-dependencies: - dependency-name: org.glassfish.jaxb:jaxb-runtime dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c5b94b555dc7..ee5e653e9eaf 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.2' implementation ('com.github.tomtung:latex2unicode_2.12:0.2.6') { exclude module: 'fastparse_2.12'