Skip to content

Commit

Permalink
Update dependency com.sun.xml.bind:jaxb-impl to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent 542ce54 commit 20c7e3c
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 @@ -377,7 +377,7 @@ dependencies {

implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.4'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.4'
implementation group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.9'
implementation group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '4.0.5'
annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.5.Final'

testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
Expand Down

0 comments on commit 20c7e3c

Please sign in to comment.