Skip to content

Commit

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

Bump org.glassfish.jaxb:jaxb-runtime from 2.3.8 to 2.3.9 in /examples
  • Loading branch information
larsgrefer authored Oct 24, 2023
2 parents 11981d1 + 5947975 commit 2c06356
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.8'
implementation 'org.glassfish.jaxb:jaxb-runtime:2.3.9'
}

xjc {
Expand Down

0 comments on commit 2c06356

Please sign in to comment.