Skip to content

Commit

Permalink
chore: update gradle plugins (#197)
Browse files Browse the repository at this point in the history
* chore: update hypertrace-core-graphql module

* update gradle plugins
  • Loading branch information
ravisingal authored Sep 22, 2023
1 parent 3b8b494 commit a98a91c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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
2 changes: 1 addition & 1 deletion hypertrace-core-graphql

0 comments on commit a98a91c

Please sign in to comment.