From fdb59f08b45721b8d57f0a9a971f0bbd2ce40f77 Mon Sep 17 00:00:00 2001 From: CleverChuk Date: Tue, 7 Mar 2023 17:25:58 -0500 Subject: [PATCH] NH-35052: confirm reporting to AppOptics uses correct trusted cert - [JIRA](https://swicloud.atlassian.net/browse/NH-35052) - upgrade to `joboe:7.8.2` --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 43c32e79..81ce99bd 100644 --- a/build.gradle +++ b/build.gradle @@ -27,8 +27,8 @@ subprojects { opentelemetryJavaagent: "1.22.0", bytebuddy : "1.12.10", guava : "30.1-jre", - appopticsCore : "7.8.1", - agent : "0.15.1-alpha", // the custom distro agent version + appopticsCore : "7.8.2", + agent : "0.15.1-alpha.1", // the custom distro agent version autoservice : "1.0.1", ] versions.appopticsMetrics = "${versions.appopticsCore}" // they share the same version now