diff --git a/build.gradle b/build.gradle index e9a69ed..dc5ab41 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'distribution' id 'maven-publish' id 'signing' - id 'io.github.gradle-nexus.publish-plugin' version '1.3.0' + id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' } group 'org.xmlobjects.xal' @@ -33,8 +33,8 @@ repositories { } dependencies { - api 'org.xmlobjects:xml-objects:1.1.0' - annotationProcessor 'org.xmlobjects:xml-objects:1.1.0' + api 'org.xmlobjects:xml-objects:1.1.1' + annotationProcessor 'org.xmlobjects:xml-objects:1.1.1' } javadoc {