Skip to content

Commit

Permalink
Update dependency jakarta.xml.bind:jakarta.xml.bind-api to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 9, 2022
1 parent bf13be7 commit 269e65a
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 @@ -29,7 +29,7 @@ dependencies {
testImplementation "de.bsvrz.puk:de.bsvrz.puk.config:$datenverteiler_version"

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


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 @@ -15,7 +15,7 @@ dependencies {

// JAX-B dependencies for JDK 9+

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


Expand Down

0 comments on commit 269e65a

Please sign in to comment.