From 65c8a10fb0651279a2cd08c14069a4183c92a8ba Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 5 Feb 2020 18:21:03 +0100 Subject: [PATCH] Upgrade to EclipseLink 2.7.6 and JiBX 1.3.3 --- build.gradle | 4 ++-- spring-oxm/spring-oxm.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 18a39f76fb9c..58ac081f0986 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,7 @@ configure(allprojects) { project -> dependency("org.codehaus.jettison:jettison:1.3.8") { exclude group: "stax", name: "stax-api" } - dependencySet(group: 'org.jibx', version: '1.3.1') { + dependencySet(group: 'org.jibx', version: '1.3.3') { entry 'jibx-bind' entry 'jibx-run' } @@ -234,7 +234,7 @@ configure(allprojects) { project -> dependency "com.ibm.websphere:uow:6.0.2.17" dependency "com.jamonapi:jamon:2.81" dependency "joda-time:joda-time:2.10.5" - dependency "org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.5" + dependency "org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.6" dependency "org.javamoney:moneta:1.3" dependency "com.sun.activation:javax.activation:1.2.0" diff --git a/spring-oxm/spring-oxm.gradle b/spring-oxm/spring-oxm.gradle index 0c8a0af2442d..530245c12625 100644 --- a/spring-oxm/spring-oxm.gradle +++ b/spring-oxm/spring-oxm.gradle @@ -6,7 +6,7 @@ configurations { } dependencies { - jibx "org.jibx:jibx-bind:1.3.1" + jibx "org.jibx:jibx-bind:1.3.3" jibx "org.apache.bcel:bcel:6.0" xjc "javax.xml.bind:jaxb-api:2.3.1" xjc "com.sun.xml.bind:jaxb-core:2.3.0.1" @@ -74,7 +74,7 @@ dependencies { testRuntime("com.sun.xml.bind:jaxb-impl") } -// JiBX compiler is currently not compatible with JDK 9 +// JiBX compiler is currently not compatible with JDK 9+ if (JavaVersion.current() == JavaVersion.VERSION_1_8) { compileTestJava { def bindingXml = "${projectDir}/src/test/resources/org/springframework/oxm/jibx/binding.xml"