diff --git a/examples/test-data-service/build.gradle b/examples/test-data-service/build.gradle index 72e86a667..03f556aaa 100644 --- a/examples/test-data-service/build.gradle +++ b/examples/test-data-service/build.gradle @@ -35,7 +35,7 @@ dependencies { profile "org.grails.profiles:rest-api" runtime "org.glassfish.web:el-impl:2.1.2-b03" runtime "org.apache.tomcat:tomcat-jdbc" - runtime "javax.xml.bind:jaxb-api:2.3.0" + runtime "javax.xml.bind:jaxb-api:2.3.1" testCompile "org.grails:grails-gorm-testing-support" testCompile "org.grails:grails-web-testing-support" }