File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
hypertrace-core-graphql-platform Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11plugins {
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
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 api(" org.projectlombok:lombok:1.18.24" )
3131 api(" com.google.code.findbugs:jsr305:3.0.2" )
3232 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" )
3434 api(" com.graphql-java-kickstart:graphql-java-servlet:14.0.0" )
3535
3636 api(" com.fasterxml.jackson.core:jackson-databind" )
You can’t perform that action at this time.
0 commit comments