Skip to content

Commit

Permalink
Update gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jan 16, 2024
1 parent dfc1018 commit 7ae25e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
dependencyCheck = { id = "org.owasp.dependencycheck", version = "7.1.1" }
forbiddenApis = { id = "de.thetaphi.forbiddenapis", version = "3.5.1" }
githubRelease = { id = "com.github.breadmoirai.github-release", version = "2.4.1" }
javadocLinks = { id = "io.github.sgtsilvio.gradle.javadoc-links", version = "0.7.0" }
javadocLinks = { id = "io.github.sgtsilvio.gradle.javadoc-links", version = "0.8.0" }
license = { id = "com.github.hierynomus.license", version = "0.16.1" }
metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.5.0" }
nebula-ospackage = { id = "com.netflix.nebula.ospackage", version = "11.4.0" }
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.1.0" }
shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" }
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
spotbugs = { id = "com.github.spotbugs", version = "4.7.2" }
versions = { id = "com.github.ben-manes.versions", version = "0.42.0" }

0 comments on commit 7ae25e8

Please sign in to comment.