File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed
hypertrace-core-graphql-platform
hypertrace-core-graphql-service Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id(" org.hypertrace.repository-plugin" ) version " 0.2.3 "
3- id(" org.hypertrace.ci-utils-plugin" ) version " 0.2 .0"
4- id(" org.hypertrace.jacoco-report-plugin" ) version " 0.1.3 " apply false
5- id(" org.hypertrace.docker-java-application-plugin" ) version " 0.8.1 " apply false
6- id(" org.hypertrace.docker-publish-plugin" ) version " 0.8.1 " apply false
7- id(" org.hypertrace.code-style-plugin" ) version " 1.0.2 " apply false
2+ id(" org.hypertrace.repository-plugin" ) version " 0.4.0 "
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.0 " apply false
6+ id(" org.hypertrace.docker-publish-plugin" ) version " 0.9.0 " apply false
7+ id(" org.hypertrace.code-style-plugin" ) version " 1.1.0 " apply false
88}
99
1010subprojects {
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ dependencies {
2929 api(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.1" )
3030
3131 runtime(" org.apache.logging.log4j:log4j-slf4j-impl:2.14.0" )
32- runtime(" io.grpc:grpc-netty:1.36 .0" )
33- runtime(" io.netty:netty-codec-http2:4.1.60 .Final" ) {
32+ runtime(" io.grpc:grpc-netty:1.37 .0" )
33+ runtime(" io.netty:netty-codec-http2:4.1.61 .Final" ) {
3434 because(" https://snyk.io/vuln/SNYK-JAVA-IONETTY-1083991" )
3535 }
36- runtime(" io.netty:netty-handler-proxy:4.1.60 .Final" ) {
36+ runtime(" io.netty:netty-handler-proxy:4.1.61 .Final" ) {
3737 because(" https://snyk.io/vuln/SNYK-JAVA-IONETTY-1083991" )
3838 }
3939 }
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ dependencies {
99 implementation(platform(project(" :hypertrace-core-graphql-platform" )))
1010
1111 implementation(" com.typesafe:config" )
12- implementation(" org.hypertrace.core.serviceframework:platform-service-framework:0.1.21 " )
12+ implementation(" org.hypertrace.core.serviceframework:platform-service-framework:0.1.23 " )
1313 implementation(" org.slf4j:slf4j-api" )
1414
15- implementation(" org.eclipse.jetty:jetty-server:9.4.38.v20210224 " )
16- implementation(" org.eclipse.jetty:jetty-servlet:9.4.38.v20210224 " )
17- implementation(" org.eclipse.jetty:jetty-servlets:9.4.38.v20210224 " )
15+ implementation(" org.eclipse.jetty:jetty-server:9.4.39.v20210325 " )
16+ implementation(" org.eclipse.jetty:jetty-servlet:9.4.39.v20210325 " )
17+ implementation(" org.eclipse.jetty:jetty-servlets:9.4.39.v20210325 " )
1818
1919 implementation(" com.graphql-java-kickstart:graphql-java-servlet" )
2020 implementation(project(" :hypertrace-core-graphql-impl" ))
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ pluginManagement {
44 repositories {
55 mavenLocal()
66 gradlePluginPortal()
7- maven(" https://dl.bintray.com/hypertrace /maven" )
7+ maven(" https://hypertrace.jfrog.io/artifactory /maven" )
88 }
99}
1010
1111plugins {
12- id(" org.hypertrace.version-settings" ) version " 0.1.6 "
12+ id(" org.hypertrace.version-settings" ) version " 0.2.0 "
1313}
1414
1515include(" :hypertrace-core-graphql-service" )
You can’t perform that action at this time.
0 commit comments