Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Jul 15, 2024
1 parent dd54d91 commit 02107e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 02107e1

Please sign in to comment.