diff --git a/gradle/build.versions.toml b/gradle/build.versions.toml
index 9b5230f7d47a1..7c77eb319c804 100644
--- a/gradle/build.versions.toml
+++ b/gradle/build.versions.toml
@@ -43,7 +43,7 @@ snakeyaml = { group = "org.yaml", name = "snakeyaml", version = { strictly = "2.
spock-core = { group = "org.spockframework", name="spock-core", version.ref="spock" }
spock-junit4 = { group = "org.spockframework", name="spock-junit4", version.ref="spock" }
spock-platform = { group = "org.spockframework", name="spock-bom", version.ref="spock" }
-spotless-plugin = "com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
+spotless-plugin = "com.diffplug.spotless:spotless-plugin-gradle:7.0.2"
wiremock = "com.github.tomakehurst:wiremock-jre8-standalone:2.23.2"
xmlunit-core = "org.xmlunit:xmlunit-core:2.8.2"
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index b74cb96a8ed14..8ee4bb350e0c8 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -229,6 +229,11 @@
+
+
+
+
+
@@ -249,6 +254,11 @@
+
+
+
+
+
@@ -259,6 +269,11 @@
+
+
+
+
+
@@ -269,6 +284,11 @@
+
+
+
+
+
@@ -1344,6 +1364,11 @@
+
+
+
+
+
@@ -1692,6 +1717,11 @@
+
+
+
+
+
@@ -2296,6 +2326,11 @@
+
+
+
+
+
@@ -3567,6 +3602,11 @@
+
+
+
+
+
@@ -3577,6 +3617,11 @@
+
+
+
+
+
@@ -3707,6 +3752,11 @@
+
+
+
+
+
@@ -3717,6 +3767,11 @@
+
+
+
+
+
@@ -3737,6 +3792,11 @@
+
+
+
+
+
@@ -3747,6 +3807,11 @@
+
+
+
+
+
@@ -3757,6 +3822,11 @@
+
+
+
+
+
@@ -3767,6 +3837,11 @@
+
+
+
+
+
@@ -3777,6 +3852,11 @@
+
+
+
+
+
@@ -3787,6 +3867,11 @@
+
+
+
+
+
@@ -3807,6 +3892,11 @@
+
+
+
+
+
@@ -3817,6 +3907,11 @@
+
+
+
+
+
@@ -3827,6 +3922,11 @@
+
+
+
+
+
@@ -3842,6 +3942,11 @@
+
+
+
+
+
@@ -3852,6 +3957,11 @@
+
+
+
+
+
diff --git a/x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/action/BaseTransportInferenceActionTestCase.java b/x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/action/BaseTransportInferenceActionTestCase.java
index 9e94f214219cb..6c00c33560202 100644
--- a/x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/action/BaseTransportInferenceActionTestCase.java
+++ b/x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/action/BaseTransportInferenceActionTestCase.java
@@ -461,7 +461,7 @@ protected void mockValidLicenseState() {
when(licenseState.isAllowed(InferencePlugin.INFERENCE_API_FEATURE)).thenReturn(true);
}
- private void mockNodeClient(){
+ private void mockNodeClient() {
when(nodeClient.getLocalNodeId()).thenReturn(localNodeId);
}
}