Skip to content

Commit

Permalink
build: Bump project version
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Feb 10, 2024
1 parent 20afa2d commit 15ee987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plsql-custom-rules/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ val minSonarQubeApiVersion = "9.14.0.375"

dependencies {
compileOnly("org.sonarsource.api.plugin:sonar-plugin-api:$minSonarQubeApiVersion")
compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.3.0")
compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.4.0-SNAPSHOT")
testImplementation("org.sonarsource.sonarqube:sonar-plugin-api-impl:$minSonarQubeVersion")
testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.4.0-SNAPSHOT")
testImplementation("org.junit.jupiter:junit-jupiter:5.8.0")
Expand Down

0 comments on commit 15ee987

Please sign in to comment.