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
diff --git a/gradle.properties b/gradle.properties
index 53987729c0..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.2
+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