Skip to content

Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.5.0 - autoclosed#19

Merged
yegor256 merged 1 commit intomasterfrom
renovate/com.github.spotbugs-spotbugs-maven-plugin-4.x
Sep 16, 2025
Merged

Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.5.0 - autoclosed#19
yegor256 merged 1 commit intomasterfrom
renovate/com.github.spotbugs-spotbugs-maven-plugin-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
com.github.spotbugs:spotbugs-maven-plugin (source) 4.8.6.6 -> 4.9.5.0 age confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-maven-plugin-4.x branch from 2deafa1 to c770a44 Compare March 5, 2025 20:18
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.1.0 Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.2.0 Mar 5, 2025
@yegor256
Copy link
Owner

yegor256 commented Mar 5, 2025

@rultor please, try to merge, since 15 checks have passed

@rultor
Copy link
Collaborator

rultor commented Mar 5, 2025

@rultor please, try to merge, since 15 checks have passed

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here.

@rultor
Copy link
Collaborator

rultor commented Mar 5, 2025

@rultor please, try to merge, since 15 checks have passed

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 2min).

    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:569)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /home/r/repo/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:247)
    at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
    at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:542)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1117)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:939)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:569)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
\u001b[0m\u001b[0mcontainer 59ab00cc69285546c50ba8ea6ea165dcf47925019efbefdb673311454eaf5bf8 is dead
Wed Mar  5 20:42:24 UTC 2025

@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-maven-plugin-4.x branch from c770a44 to b80090c Compare March 16, 2025 03:32
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.2.0 Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.3.0 Mar 16, 2025
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.3.0 Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.3.1 Jun 25, 2025
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-maven-plugin-4.x branch 2 times, most recently from e60dcf2 to f1e08df Compare June 27, 2025 04:48
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.3.1 Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.3.2 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-maven-plugin-4.x branch from f1e08df to bb9c997 Compare August 21, 2025 23:27
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.3.2 Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.4.0 Aug 21, 2025
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.4.0 Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.4.1 Sep 6, 2025
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-maven-plugin-4.x branch 2 times, most recently from 88dd067 to 21ede6d Compare September 8, 2025 00:57
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.4.1 Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.4.2 Sep 8, 2025
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-maven-plugin-4.x branch from 21ede6d to a74fea9 Compare September 15, 2025 18:36
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.4.2 Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.5.0 Sep 15, 2025
@yegor256 yegor256 merged commit 1c7e54a into master Sep 16, 2025
16 checks passed
@yegor256 yegor256 deleted the renovate/com.github.spotbugs-spotbugs-maven-plugin-4.x branch September 16, 2025 01:44
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.5.0 Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.5.0 - autoclosed Sep 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants