Skip to content

Commit

Permalink
chore(deps): update plugin org.sonarqube to v4.4.0.3356
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent 6c5f5d8 commit 367490d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphql/boot-graphql-webflux/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id("com.gorylenko.gradle-git-properties") version "2.4.1"
id("org.owasp.dependencycheck") version "8.4.0"
jacoco
id("org.sonarqube") version "4.3.1.3277"
id("org.sonarqube") version "4.4.0.3356"
// id("org.graalvm.buildtools.native") version "0.9.24"
}

Expand Down
2 changes: 1 addition & 1 deletion graphql/spring-boot-graphql-querydsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id("com.gorylenko.gradle-git-properties") version "2.4.1"
id("org.owasp.dependencycheck") version "8.4.0"
jacoco
id("org.sonarqube") version "4.3.1.3277"
id("org.sonarqube") version "4.4.0.3356"
}

group = "com.example.graphql"
Expand Down

0 comments on commit 367490d

Please sign in to comment.