From a33bd917e32b40c83cd7ad84fc7077e3deee2061 Mon Sep 17 00:00:00 2001 From: Dana Maxfield Date: Mon, 29 Apr 2024 09:32:47 -0400 Subject: [PATCH] HUB-42176- Use integration-common 26.1.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c3db90c..e992ccb 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ description = 'A library to consolidate phoning home to track usage and other an apply plugin: 'com.synopsys.integration.library' dependencies { - api 'com.synopsys.integration:integration-common:26.0.7' + api 'com.synopsys.integration:integration-common:26.1.1' testImplementation 'org.mock-server:mockserver-netty:5.15.0' }