Skip to content

Commit

Permalink
Update dependency com.sun.xml.bind:jaxb-osgi to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 15, 2023
1 parent 86544b6 commit 7c476da
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 @@ -316,7 +316,7 @@ dependencies {
testAnnotationProcessor("org.projectlombok:lombok:${versions.lombok}")

implementation group: 'com.mchange', name: 'c3p0', version: '0.9.5.5'
implementation group: 'com.sun.xml.bind', name: 'jaxb-osgi', version: '2.3.9'
implementation group: 'com.sun.xml.bind', name: 'jaxb-osgi', version: '4.0.4'
implementation group: 'com.jayway.jsonpath', name: 'json-path-assert', version: versions.jsonPathAssert
implementation group: 'com.github.kirviq', name: 'dumbster', version: versions.dumbster
implementation group: 'com.puppycrawl.tools', name: 'checkstyle', version: versions.puppyCrawl
Expand Down

0 comments on commit 7c476da

Please sign in to comment.