Bump jaxb-runtime from 2.3.3 to 3.0.1

Bumps jaxb-runtime from 2.3.3 to 3.0.1.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
dependabot[bot] 2021-04-28 01:04:54 +00:00 committed by tobiasKaminsky
parent 14133a5679
commit 846f498945
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -276,12 +276,12 @@ dependencies {
qaImplementation "com.github.nextcloud:android-library:$androidLibraryVersion"
kapt 'javax.xml.bind:jaxb-api:2.3.1'
kapt 'org.glassfish.jaxb:jaxb-core:2.3.0.1'
kapt 'org.glassfish.jaxb:jaxb-runtime:2.3.3'
kapt 'org.glassfish.jaxb:jaxb-core:3.0.1'
kapt 'org.glassfish.jaxb:jaxb-runtime:3.0.1'
annotationProcessor 'javax.xml.bind:jaxb-api:2.3.1'
annotationProcessor 'org.glassfish.jaxb:jaxb-core:2.3.0.1'
annotationProcessor 'org.glassfish.jaxb:jaxb-runtime:2.3.3'
annotationProcessor 'org.glassfish.jaxb:jaxb-core:3.0.1'
annotationProcessor 'org.glassfish.jaxb:jaxb-runtime:3.0.1'
compileOnly 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2' // remove after entire switch to lib v2
implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2