diff --git a/build.gradle b/build.gradle index 44a440bed8d..51c9b978d28 100644 --- a/build.gradle +++ b/build.gradle @@ -3,8 +3,8 @@ plugins { // kotlinVersion is managed in gradle.properties id 'org.jetbrains.kotlin.plugin.serialization' version "${kotlinVersion}" apply false id 'org.jetbrains.dokka' version '1.8.20' - id 'org.unbroken-dome.xjc' version '2.0.0' apply false id 'com.github.ben-manes.versions' version '0.51.0' + id 'com.github.bjornvester.xjc' version '1.8.2' apply false id 'com.github.johnrengelman.shadow' version '8.1.1' apply false id 'de.undercouch.download' version '5.4.0' id 'me.champeau.jmh' version '0.7.2' apply false diff --git a/spring-oxm/spring-oxm.gradle b/spring-oxm/spring-oxm.gradle index a00763b65e8..b23759e4b93 100644 --- a/spring-oxm/spring-oxm.gradle +++ b/spring-oxm/spring-oxm.gradle @@ -1,5 +1,5 @@ plugins { - id "com.github.bjornvester.xjc" version "1.8.2" + id "com.github.bjornvester.xjc" } description = "Spring Object/XML Marshalling"