Skip to content

Commit

Permalink
Update io.github.gradle-nexus:publish-plugin to 2.0.0
Browse files Browse the repository at this point in the history
Closes gh-40
  • Loading branch information
sjohnr committed Apr 17, 2024
1 parent c526b3b commit a407239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}

dependencies {
implementation "io.github.gradle-nexus:publish-plugin:2.0.0-rc-2"
implementation "io.github.gradle-nexus:publish-plugin:2.0.0"
implementation "io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.41"
implementation "io.spring.nohttp:nohttp-gradle:0.0.11"
implementation "org.jfrog.buildinfo:build-info-extractor-gradle:5.1.14"
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/spring-security-maven-plugin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {

dependencies {
management platform(project(":dependencies"))
implementation "io.github.gradle-nexus:publish-plugin:2.0.0-rc-2"
implementation "io.github.gradle-nexus:publish-plugin:2.0.0"
implementation "org.jfrog.buildinfo:build-info-extractor-gradle:5.1.14"

testImplementation "org.junit.jupiter:junit-jupiter"
Expand Down

0 comments on commit a407239

Please sign in to comment.