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 Mar 8, 2024
1 parent d87ffdf commit 4873b3f
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.5"


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.5"


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

0 comments on commit 4873b3f

Please sign in to comment.