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 May 17, 2024
1 parent aa5042f commit f067019
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 @@ -378,7 +378,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 f067019

Please sign in to comment.