Skip to content

Commit

Permalink
Bump com.sun.xml.bind:jaxb-core from 2.3.0.1 to 4.0.5
Browse files Browse the repository at this point in the history
Bumps com.sun.xml.bind:jaxb-core from 2.3.0.1 to 4.0.5.

---
updated-dependencies:
- dependency-name: com.sun.xml.bind:jaxb-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 248d125 commit 88d46f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ subprojects {

//java 10 no longer has these included by default, so explicit dependency is needed.
api 'javax.xml.bind:jaxb-api:2.3.1'
api 'com.sun.xml.bind:jaxb-core:2.3.0.1'
api 'com.sun.xml.bind:jaxb-core:4.0.5'
runtimeOnly 'com.sun.xml.bind:jaxb-impl:2.3.3'
api 'javax.activation:activation:1.1.1'

Expand Down

0 comments on commit 88d46f9

Please sign in to comment.