Skip to content

Commit

Permalink
Update dependency com.sun.xml.bind:jaxb-impl to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 48c3332 commit e16c98f
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 e16c98f

Please sign in to comment.