Skip to content

Commit

Permalink
fix(deps): update dependency com.sun.xml.bind:jaxb-impl to v2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 60ce68f commit f242642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/ResourceServingWebapp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
runtime "org.jasig.resourceserver:resource-server-webapp:${resourceServerVersion}@war"
runtime "javax.xml.bind:jaxb-api:2.3.1"
runtime "com.sun.xml.bind:jaxb-impl:2.3.3"
runtime "com.sun.xml.bind:jaxb-impl:2.3.9"
}

war {
Expand Down

0 comments on commit f242642

Please sign in to comment.