Skip to content

Commit

Permalink
Update dependency org.glassfish.jaxb:jaxb-runtime to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 7, 2023
1 parent 90e15ac commit eb11014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion de.bitctrl.dav.rest.client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

// JAX-B dependencies for JDK 9+
implementation "jakarta.xml.bind:jakarta.xml.bind-api:2.3.3"
implementation "org.glassfish.jaxb:jaxb-runtime:2.3.5"
implementation "org.glassfish.jaxb:jaxb-runtime:4.0.2"


runtimeOnly fileTree('lib') { include '*.jar' }
Expand Down
2 changes: 1 addition & 1 deletion de.bitctrl.dav.rest.server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
// JAX-B dependencies for JDK 9+

implementation "jakarta.xml.bind:jakarta.xml.bind-api:2.3.3"
implementation "org.glassfish.jaxb:jaxb-runtime:2.3.5"
implementation "org.glassfish.jaxb:jaxb-runtime:4.0.2"


testImplementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
Expand Down

0 comments on commit eb11014

Please sign in to comment.