Skip to content

Commit

Permalink
Bump com.sun.xml.bind:jaxb-xjc from 2.1.7 to 2.3.9
Browse files Browse the repository at this point in the history
Bumps com.sun.xml.bind:jaxb-xjc from 2.1.7 to 2.3.9.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 6a31085 commit 986fc84
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 @@ -94,7 +94,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'

compile(files(genJaxb.downloadQueueClassesDir, genJaxb.attachmentDataStreamedClassessDir).builtBy(genJaxb))
jaxb 'com.sun.xml.bind:jaxb-xjc:2.1.7'
jaxb 'com.sun.xml.bind:jaxb-xjc:2.3.9'

testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
Expand Down

0 comments on commit 986fc84

Please sign in to comment.