From 38a40c749ad5867199c16cc4da4410444d01a8bc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 08:34:51 +0000 Subject: [PATCH] Bump jaxb-api from 2.3.0 to 2.3.1 Bumps [jaxb-api](https://github.com/javaee/jaxb-spec) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/javaee/jaxb-spec/releases) - [Commits](https://github.com/javaee/jaxb-spec/compare/2.3.0...2.3.1) Signed-off-by: dependabot-preview[bot] --- examples/test-data-service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }