Skip to content

Commit 5ce7ad3

Browse files
authored
publish artifacts to hypertrace artifactory (#54)
* publish artifacts to hypertrace artifactory * fix snyk failure * fix snyk failure
1 parent 7df21a9 commit 5ce7ad3

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
plugins {
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

1010
subprojects {

hypertrace-core-graphql-platform/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

hypertrace-core-graphql-service/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"))

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1111
plugins {
12-
id("org.hypertrace.version-settings") version "0.1.6"
12+
id("org.hypertrace.version-settings") version "0.2.0"
1313
}
1414

1515
include(":hypertrace-core-graphql-service")

0 commit comments

Comments
 (0)