Skip to content

Commit

Permalink
fix(deps): update dependency org.glassfish.jaxb:jaxb-runtime to v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent 23420ff commit 3aac402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ configurations {

dependencies {
jaxb "org.glassfish.jaxb:jaxb-xjc:4.0.4"
jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.4" // See also https://github.com/bjornvester/xjc-gradle-plugin/issues/21#issuecomment-904518682
jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.5" // See also https://github.com/bjornvester/xjc-gradle-plugin/issues/21#issuecomment-904518682

// Generated code depends on the JAXB API, which is removed from base Java in JDK 11
generatedImplementation "org.glassfish.jaxb:jaxb-runtime:4.0.4"
implementation "org.glassfish.jaxb:jaxb-runtime:4.0.4"
generatedImplementation "org.glassfish.jaxb:jaxb-runtime:4.0.5"
implementation "org.glassfish.jaxb:jaxb-runtime:4.0.5"
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1' // In JAXB v3, 'javax.xml.bind' was moved to 'jakarta.xml.bind'

// The generated IOF v2/3 files
Expand Down

0 comments on commit 3aac402

Please sign in to comment.