Skip to content

Commit

Permalink
Merge pull request #787 from grails/renovate/com.sun.xml.bind-jaxb-im…
Browse files Browse the repository at this point in the history
…pl-4.x

Update dependency com.sun.xml.bind:jaxb-impl to v4
  • Loading branch information
puneetbehl committed Nov 28, 2023
2 parents 48c3332 + e16c98f commit b6d9b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-datastore-gorm-hibernate5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
api 'javax.validation:validation-api:2.0.1.Final'
runtimeOnly('javax.el:javax.el-api:3.0.1-b06')
runtimeOnly "javax.xml.bind:jaxb-api:2.3.1"
runtimeOnly "com.sun.xml.bind:jaxb-impl:2.3.9"
runtimeOnly "com.sun.xml.bind:jaxb-impl:4.0.4"

compileOnly ("net.sf.ehcache:ehcache-core:2.6.11") {
exclude group: 'commons-logging', module:'commons-logging'
Expand Down

0 comments on commit b6d9b48

Please sign in to comment.