Skip to content

Commit

Permalink
update gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisingal committed Sep 22, 2023
1 parent 45bac99 commit 350e87c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id("org.hypertrace.repository-plugin") version "0.4.1"
id("org.hypertrace.ci-utils-plugin") version "0.3.0"
id("org.hypertrace.jacoco-report-plugin") version "0.2.0" apply false
id("org.hypertrace.docker-java-application-plugin") version "0.9.5" apply false
id("org.hypertrace.docker-publish-plugin") version "0.9.5" apply false
id("org.hypertrace.code-style-plugin") version "1.1.2" apply false
id("org.hypertrace.repository-plugin") version "0.4.2"
id("org.hypertrace.ci-utils-plugin") version "0.3.2"
id("org.hypertrace.jacoco-report-plugin") version "0.2.1" apply false
id("org.hypertrace.docker-java-application-plugin") version "0.9.9" apply false
id("org.hypertrace.docker-publish-plugin") version "0.9.9" apply false
id("org.hypertrace.code-style-plugin") version "1.2.0" apply false
id("org.owasp.dependencycheck") version "8.2.1"
}

Expand Down

0 comments on commit 350e87c

Please sign in to comment.