Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit f5bffb2

Browse files
authored
Merge pull request #207 from grails/dependabot/gradle/7.0.x/javax.xml.bind-jaxb-api-2.3.1
Bump jaxb-api from 2.3.0 to 2.3.1
2 parents 30f8cda + 38a40c7 commit f5bffb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test-data-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
profile "org.grails.profiles:rest-api"
3636
runtime "org.glassfish.web:el-impl:2.1.2-b03"
3737
runtime "org.apache.tomcat:tomcat-jdbc"
38-
runtime "javax.xml.bind:jaxb-api:2.3.0"
38+
runtime "javax.xml.bind:jaxb-api:2.3.1"
3939
testCompile "org.grails:grails-gorm-testing-support"
4040
testCompile "org.grails:grails-web-testing-support"
4141
}

0 commit comments

Comments
 (0)