Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Jun 26, 2024
1 parent d372491 commit cef6710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ gitVersioning.apply(closureOf<GitVersioningPluginConfig> {
})
})

val sonarQubeVersion = "10.4.1.88267"
val sonarQubeAPIPluginVersion = "10.6.0.2114"
val sonarQubeVersion = "10.5.1.90531"
val sonarQubeAPIPluginVersion = "10.6.0.2114" # https://github.com/SonarSource/sonar-plugin-api#compatibility
val junitVersion = "5.6.1"

dependencies {
Expand Down

0 comments on commit cef6710

Please sign in to comment.