From 49d0d25a7647f39ca7dc0848c0f5916ca13564b7 Mon Sep 17 00:00:00 2001 From: labkey-susanh Date: Fri, 24 Oct 2025 10:27:51 -0700 Subject: [PATCH 1/3] Add some more exclusions --- .idea/codeInsightSettings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.idea/codeInsightSettings.xml b/.idea/codeInsightSettings.xml index 464e931776..80237a56c2 100644 --- a/.idea/codeInsightSettings.xml +++ b/.idea/codeInsightSettings.xml @@ -36,6 +36,8 @@ org.jspecify.annotations.NotNull io.micrometer.common.lang.NonNull io.micrometer.common.lang.Nullable + edu.umd.cs.findbugs.annotations.Nullable + org.apache.poi.hpsf.GUID From 3355e44222ba02280be176f1757d8310c89bf9f1 Mon Sep 17 00:00:00 2001 From: labkey-susanh Date: Tue, 28 Oct 2025 13:52:45 -0700 Subject: [PATCH 2/3] Issue 54138: Publish a new version of the versioning plugin. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 53987729c0..226e3afa08 100644 --- a/gradle.properties +++ b/gradle.properties @@ -61,7 +61,7 @@ artifactoryPluginVersion=5.2.5 gradleNodePluginVersion=7.1.0 gradlePluginsVersion=7.1.0 owaspDependencyCheckPluginVersion=12.1.8 -versioningPluginVersion=1.1.2 +versioningPluginVersion=1.1.3-gradle9-SNAPSHOT # Versions of node and npm to use during the build. If set, these versions # will be downloaded and used. If not set, the existing local installations will be used From fcbfe2964626c8b8c199c990d370720700be3fdb Mon Sep 17 00:00:00 2001 From: labkey-susanh Date: Wed, 29 Oct 2025 07:15:38 -0700 Subject: [PATCH 3/3] versioningPluginVersion 1.1.3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 226e3afa08..9da362022b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -61,7 +61,7 @@ artifactoryPluginVersion=5.2.5 gradleNodePluginVersion=7.1.0 gradlePluginsVersion=7.1.0 owaspDependencyCheckPluginVersion=12.1.8 -versioningPluginVersion=1.1.3-gradle9-SNAPSHOT +versioningPluginVersion=1.1.3 # Versions of node and npm to use during the build. If set, these versions # will be downloaded and used. If not set, the existing local installations will be used