Skip to content

Commit

Permalink
fix(deps): update dependency com.sun.xml.bind:jaxb-core to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent e341637 commit 748049f
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 @@ -30,7 +30,7 @@ dependencies {
implementation 'org.geotools:gt-referencing:29.6'

implementation 'javax.xml.bind:jaxb-api:2.3.1'
implementation 'com.sun.xml.bind:jaxb-core:2.3.0.1'
implementation 'com.sun.xml.bind:jaxb-core:4.0.5'
implementation 'com.sun.xml.bind:jaxb-impl:2.3.9'

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 748049f

Please sign in to comment.