Skip to content

Commit

Permalink
Merge pull request #706 from freefair/dependabot/gradle/examples/org.…
Browse files Browse the repository at this point in the history
…glassfish.jaxb-jaxb-runtime-2.3.8

Bump org.glassfish.jaxb:jaxb-runtime from 2.3.7 to 2.3.8 in /examples
  • Loading branch information
larsgrefer authored Feb 10, 2023
2 parents d5f2482 + 9e68e7a commit 72d4a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lombok/xjc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencies {
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:2.3.3'
implementation 'org.glassfish.jaxb:jaxb-runtime:2.3.7'
implementation 'org.glassfish.jaxb:jaxb-runtime:2.3.8'
}

xjc {
Expand Down

0 comments on commit 72d4a09

Please sign in to comment.