diff --git a/.mvn/wrapper/MavenWrapperDownloader.java b/.mvn/wrapper/MavenWrapperDownloader.java
index c32394f..bb55a55 100644
--- a/.mvn/wrapper/MavenWrapperDownloader.java
+++ b/.mvn/wrapper/MavenWrapperDownloader.java
@@ -13,9 +13,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-import java.net.*;
+import java.net.Authenticator;
+import java.net.PasswordAuthentication;
+import java.net.URL;
import java.io.*;
-import java.nio.channels.*;
+import java.nio.channels.Channels;
+import java.nio.channels.ReadableByteChannel;
import java.util.Properties;
public class MavenWrapperDownloader {
diff --git a/pom.xml b/pom.xml
index fb785ad..3a67f23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,9 @@
2.31.0.11
-SNAPSHOT
jenkinsci/allure-plugin
- 2.387.3
+
+ 2.387
+ ${jenkins.baseline}.3
2.21.0
7.7.10
@@ -84,7 +86,6 @@
com.diffplug.spotless
spotless-maven-plugin
- ${spotless-maven-plugin.version}
UTF-8
@@ -211,7 +212,6 @@
com.github.spotbugs
spotbugs-maven-plugin
- ${spotbugs-maven-plugin.version}
.mvn/quality-configs/spotbugs/exclude.xml
false
@@ -258,7 +258,6 @@
org.apache.maven.plugins
maven-failsafe-plugin
- ${maven-surefire-plugin.version}
@@ -280,8 +279,8 @@
io.jenkins.tools.bom
- bom-2.387.x
- 2496.vddfca_753db_80
+ bom-${jenkins.baseline}.x
+ 2543.vfb_1a_5fb_9496d
pom
import