Skip to content

Commit a98a91c

Browse files
authored
chore: update gradle plugins (#197)
* chore: update hypertrace-core-graphql module * update gradle plugins
1 parent 3b8b494 commit a98a91c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle.kts

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
plugins {
2-
id("org.hypertrace.repository-plugin") version "0.4.1"
3-
id("org.hypertrace.ci-utils-plugin") version "0.3.0"
4-
id("org.hypertrace.jacoco-report-plugin") version "0.2.0" apply false
5-
id("org.hypertrace.docker-java-application-plugin") version "0.9.5" apply false
6-
id("org.hypertrace.docker-publish-plugin") version "0.9.5" apply false
7-
id("org.hypertrace.code-style-plugin") version "1.1.2" apply false
2+
id("org.hypertrace.repository-plugin") version "0.4.2"
3+
id("org.hypertrace.ci-utils-plugin") version "0.3.2"
4+
id("org.hypertrace.jacoco-report-plugin") version "0.2.1" apply false
5+
id("org.hypertrace.docker-java-application-plugin") version "0.9.9" apply false
6+
id("org.hypertrace.docker-publish-plugin") version "0.9.9" apply false
7+
id("org.hypertrace.code-style-plugin") version "1.2.0" apply false
88
id("org.owasp.dependencycheck") version "8.2.1"
99
}
1010

0 commit comments

Comments
 (0)