File tree 2 files changed +7
-7
lines changed
hypertrace-core-graphql-platform
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
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
8
8
id(" org.owasp.dependencycheck" ) version " 8.2.1"
9
9
}
10
10
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
30
30
api(" org.projectlombok:lombok:1.18.24" )
31
31
api(" com.google.code.findbugs:jsr305:3.0.2" )
32
32
api(" com.typesafe:config:1.4.2" )
33
- api(" com.google.guava:guava:32.0.1 -jre" )
33
+ api(" com.google.guava:guava:32.1.2 -jre" )
34
34
api(" com.graphql-java-kickstart:graphql-java-servlet:14.0.0" )
35
35
36
36
api(" com.fasterxml.jackson.core:jackson-databind" )
You can’t perform that action at this time.
0 commit comments