From 39e3213356aabaedd6e1521d2741c1a94772df6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 05:50:57 +0000 Subject: [PATCH] Bump jakarta.xml.bind-api from 2.3.2 to 3.0.1 Bumps jakarta.xml.bind-api 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..9b18f07be44 100644 --- a/build.gradle +++ b/build.gradle @@ -174,7 +174,7 @@ dependencies { implementation 'de.undercouch:citeproc-java:2.1.0-SNAPSHOT' 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: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '3.0.1' implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.2' implementation ('com.github.tomtung:latex2unicode_2.12:0.2.6') {