We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb34b0 commit 1ae4152Copy full SHA for 1ae4152
build.gradle
@@ -194,7 +194,7 @@ dependencies {
194
195
// jakarta.activation is already dependency of glassfish
196
implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '4.0.1'
197
- implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '3.0.2'
+ implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.3'
198
199
implementation ('com.github.tomtung:latex2unicode_2.13:0.3.2') {
200
exclude module: 'fastparse_2.13'
0 commit comments