Skip to content

Commit

Permalink
Merge pull request #44 from appoptics/NH-9407-use-os-pki
Browse files Browse the repository at this point in the history
NH-9407: Remove built-in cert
  • Loading branch information
jiwen624 authored May 25, 2022
2 parents 63f3298 + 70e55b2 commit a460c30
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 25 deletions.
2 changes: 1 addition & 1 deletion agent/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.github.johnrengelman.shadow") version "6.0.0"
id("com.github.johnrengelman.shadow") version "7.0.0"
id 'maven-publish'
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ subprojects {
bytebuddy : "1.12.6",
guava : "30.1-jre",
appopticsCore : "7.5.0",
agent : "0.8.0" // the custom distro agent version
agent : "0.9.0" // the custom distro agent version
]
versions.appopticsMetrics = "${versions.appopticsCore}" // they share the same version now
versions.opentelemetryAlpha = "${versions.opentelemetry}-alpha"
Expand Down
2 changes: 1 addition & 1 deletion core-bootstrap/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id("com.github.johnrengelman.shadow") version "6.0.0"
id("com.github.johnrengelman.shadow") version "7.0.0"
}

apply from: "$rootDir/gradle/shadow.gradle"
Expand Down
2 changes: 1 addition & 1 deletion custom/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id("com.github.johnrengelman.shadow") version "6.0.0"
id("com.github.johnrengelman.shadow") version "7.0.0"
}

apply from: "$rootDir/gradle/shadow.gradle"
Expand Down
20 changes: 0 additions & 20 deletions custom/src/main/resources/collector-ca.crt

This file was deleted.

2 changes: 1 addition & 1 deletion instrumentation/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.github.johnrengelman.shadow") version "6.0.0"
id("com.github.johnrengelman.shadow") version "7.0.0"
}

apply from: "$rootDir/gradle/shadow.gradle"
Expand Down

0 comments on commit a460c30

Please sign in to comment.