Skip to content

Commit b0723da

Browse files
committed
minor build plugin upgrades
1 parent 82cf9a3 commit b0723da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/graal-native/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
caffeine = "3.1.7"
3-
graal = "0.9.23"
3+
graal = "0.9.24"
44
junit = "5.10.0"
55
truth = "1.1.5"
66
versions = "0.47.0"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ snakeyaml = "2.1"
8181
sonarqube = "4.3.0.3225"
8282
spotbugs-contrib = "7.6.0"
8383
spotbugs-core = "4.7.3"
84-
spotbugs-plugin = "5.1.1"
84+
spotbugs-plugin = "5.1.2"
8585
stream = "2.9.8"
8686
tcache = "2.0.1"
8787
testng = "7.8.0"

gradle/plugins/src/main/kotlin/quality/sonarqube-caffeine-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
sonarqube {
77
properties {
88
property("sonar.organization", "caffeine")
9-
property("sonar.login", System.getenv("SONAR_TOKEN"))
9+
property("sonar.token", System.getenv("SONAR_TOKEN"))
1010
property("sonar.host.url", "https://sonarcloud.io")
1111
property("sonar.cpd.exclusions", "**/simulator/**")
1212
property("sonar.coverage.exclusions", "**/simulator/**")

0 commit comments

Comments
 (0)