From 8059aee5ad36c3ecb8a5fe8102befef873774c08 Mon Sep 17 00:00:00 2001 From: Mitchell Williams Date: Tue, 10 Feb 2026 12:57:03 -0700 Subject: [PATCH] fix: trigger hotfix release revert still contains CVE updates to unblock pipeline that need to be version released --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6d07fe2c..fa189666 100644 --- a/build.gradle +++ b/build.gradle @@ -115,7 +115,6 @@ subprojects { api "jakarta.xml.soap:jakarta.xml.soap-api:3.0.2!!" api "com.sun.xml.bind:jaxb-impl:4.0.6!!" api "org.glassfish.jaxb:jaxb-runtime:4.0.6!!" - // ----------------------------------------------------------------- } testImplementation "org.mockito:mockito-inline:${project.ext.mockitoVersion}"