Skip to content

Commit

Permalink
Build: minor baselibs.versions.toml update (#6884)
Browse files Browse the repository at this point in the history
`[versions]` are only used once, and Renovate will use the version name in its PRs for replacements in those.
This change gives "nicer" PR messages and cleans up the file a little bit.
  • Loading branch information
snazy committed May 24, 2023
1 parent 57c3cb2 commit 4190e54
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions gradle/baselibs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
# Dependencies needed by buildSrc/

[versions]
errorpronePlugin = "3.1.0"
jandexPlugin = "1.88"
junit = "5.9.3"
nessieBuildPlugins = "0.2.24"
shadowPlugin = "8.1.1"
spotlessPlugin = "6.19.0"

[libraries]
assertj-core = { module = "org.assertj:assertj-core", version = "3.24.2" }
errorprone = { module = "net.ltgt.gradle:gradle-errorprone-plugin", version.ref = "errorpronePlugin" }
errorprone = { module = "net.ltgt.gradle:gradle-errorprone-plugin", version = "3.1.0" }
idea-ext = { module = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext", version = "1.1.7" }
jandex = { module = "com.github.vlsi.gradle:jandex-plugin", version.ref = "jandexPlugin" }
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
jandex = { module = "com.github.vlsi.gradle:jandex-plugin", version = "1.88" }
junit-bom = { module = "org.junit:junit-bom", version = "5.9.3" }
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params" }
nessie-buildsupport-reflectionconfig = { module = "org.projectnessie.buildsupport:reflection-config", version.ref = "nessieBuildPlugins" }
shadow = { module = "com.github.johnrengelman:shadow", version.ref = "shadowPlugin" }
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotlessPlugin" }
nessie-buildsupport-reflectionconfig = { module = "org.projectnessie.buildsupport:reflection-config", version = "0.2.24" }
shadow = { module = "com.github.johnrengelman:shadow", version = "8.1.1" }
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.19.0" }

0 comments on commit 4190e54

Please sign in to comment.