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.
2 parents 89729e6 + 1ae4152 commit bc8fb3fCopy full SHA for bc8fb3f
build.gradle
@@ -193,8 +193,8 @@ dependencies {
193
}
194
195
// jakarta.activation is already dependency of glassfish
196
- implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '3.0.1'
197
- implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '3.0.2'
+ implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '4.0.1'
+ 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