Skip to content

Commit

Permalink
Update JAXB to v2.3.9 (#2651)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent 5b91a3a commit dfcb954
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions uPortal-api/uPortal-api-search/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ext {

dependencies {
// All 6 of the following are for the 'com.github.jacobono.jaxb' plugin
jaxb 'com.sun.xml.bind:jaxb-xjc:2.3.7'
jaxb 'com.sun.xml.bind:jaxb-impl:2.3.7'
jaxb 'com.sun.xml.bind:jaxb-xjc:2.3.9'
jaxb 'com.sun.xml.bind:jaxb-impl:2.3.9'
jaxb "javax.xml.bind:jaxb-api:${jaxbApiVersion}"
jaxb 'org.jvnet.jaxb2_commons:jaxb2-basics-ant:1.11.1'
jaxb 'org.jvnet.jaxb2_commons:jaxb2-basics:1.11.1'
Expand Down
4 changes: 2 additions & 2 deletions uPortal-io/uPortal-io-jaxb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ext {

dependencies {
// All 6 of the following are for the 'com.github.jacobono.jaxb' plugin
jaxb 'com.sun.xml.bind:jaxb-xjc:2.3.7'
jaxb 'com.sun.xml.bind:jaxb-impl:2.3.7'
jaxb 'com.sun.xml.bind:jaxb-xjc:2.3.9'
jaxb 'com.sun.xml.bind:jaxb-impl:2.3.9'
jaxb "javax.xml.bind:jaxb-api:${jaxbApiVersion}"
jaxb 'org.jvnet.jaxb2_commons:jaxb2-basics-ant:1.11.1'
jaxb 'org.jvnet.jaxb2_commons:jaxb2-basics:1.11.1'
Expand Down
4 changes: 2 additions & 2 deletions uPortal-webapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
dependencies {
classpath "org.jasig.resourceserver:resource-server-core:${resourceServerVersion}"
classpath "javax.xml.bind:jaxb-api:${jaxbApiVersion}"
classpath 'com.sun.xml.bind:jaxb-xjc:2.3.7'
classpath 'com.sun.xml.bind:jaxb-impl:2.3.7'
classpath 'com.sun.xml.bind:jaxb-xjc:2.3.9'
classpath 'com.sun.xml.bind:jaxb-impl:2.3.9'
}
}

Expand Down

0 comments on commit dfcb954

Please sign in to comment.