Skip to content

Commit

Permalink
Merge pull request #777 from grails/renovate/jaxbversion
Browse files Browse the repository at this point in the history
Update dependency com.sun.xml.bind:jaxb-impl to v2.3.9
  • Loading branch information
puneetbehl committed Nov 28, 2023
2 parents 59ba1fa + c43ca45 commit 48c3332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ hibernateValidatorVersion=6.2.5.Final
hibernateGroovyProxy=1.1
jansiVersion=2.4.1
javaParserCoreVersion=3.25.5
jaxbVersion=2.3.1
junitJupiterVersion=5.10.1
picocliVersion=4.7.5
projectVersion=8.0.2-SNAPSHOT
Expand Down
4 changes: 2 additions & 2 deletions grails-datastore-gorm-hibernate5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ 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:$jaxbVersion"
runtimeOnly "com.sun.xml.bind:jaxb-impl:$jaxbVersion"
runtimeOnly "javax.xml.bind:jaxb-api:2.3.1"
runtimeOnly "com.sun.xml.bind:jaxb-impl:2.3.9"

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

0 comments on commit 48c3332

Please sign in to comment.