Skip to content

Commit

Permalink
fix(deps): update dependency org.glassfish.jaxb:jaxb-runtime to v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2023
1 parent fb77907 commit aeb1916
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.3"
jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.3" // See also https://github.com/bjornvester/xjc-gradle-plugin/issues/21#issuecomment-904518682
jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.4" // 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.3"
implementation "org.glassfish.jaxb:jaxb-runtime:4.0.3"
generatedImplementation "org.glassfish.jaxb:jaxb-runtime:4.0.4"
implementation "org.glassfish.jaxb:jaxb-runtime:4.0.4"
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 aeb1916

Please sign in to comment.