Skip to content

Commit

Permalink
minor build plugin upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Aug 9, 2023
1 parent 82cf9a3 commit b0723da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/graal-native/gradle/libs.versions.toml
@@ -1,6 +1,6 @@
[versions]
caffeine = "3.1.7"
graal = "0.9.23"
graal = "0.9.24"
junit = "5.10.0"
truth = "1.1.5"
versions = "0.47.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -81,7 +81,7 @@ snakeyaml = "2.1"
sonarqube = "4.3.0.3225"
spotbugs-contrib = "7.6.0"
spotbugs-core = "4.7.3"
spotbugs-plugin = "5.1.1"
spotbugs-plugin = "5.1.2"
stream = "2.9.8"
tcache = "2.0.1"
testng = "7.8.0"
Expand Down
Expand Up @@ -6,7 +6,7 @@ plugins {
sonarqube {
properties {
property("sonar.organization", "caffeine")
property("sonar.login", System.getenv("SONAR_TOKEN"))
property("sonar.token", System.getenv("SONAR_TOKEN"))
property("sonar.host.url", "https://sonarcloud.io")
property("sonar.cpd.exclusions", "**/simulator/**")
property("sonar.coverage.exclusions", "**/simulator/**")
Expand Down

0 comments on commit b0723da

Please sign in to comment.