Skip to content

Update maven non-major updates - #10

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/maven-non-major-updates
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/maven-non-major-updates

Conversation

@renovate

@renovate renovate Bot commented Feb 21, 2026 •

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.github.spotbugs:spotbugs-maven-plugin (source) 4.9.8.2 → 4.10.4.1 age confidence
org.pitest:pitest-maven (source) 1.22.1 → 1.30.0 age confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.14 → 0.8.15 age confidence
org.codehaus.mojo:flatten-maven-plugin (source) 1.7.3 → 1.8.0 age confidence
org.apache.maven.plugins:maven-enforcer-plugin (source) 3.6.2 → 3.6.3 age confidence
org.apache.maven.plugins:maven-surefire-plugin (source) 3.5.4 → 3.6.0 age confidence
org.apache.maven.plugins:maven-deploy-plugin (source) 3.1.4 → 3.2.0 age confidence
org.apache.maven.plugins:maven-compiler-plugin (source) 3.15.0 → 3.16.0 age confidence
org.sonatype.central:central-publishing-maven-plugin (source) 0.10.0 → 0.11.0 age confidence
org.junit.jupiter:junit-jupiter (source) 6.0.3 → 6.1.3 age confidence
ch.qos.logback:logback-classic (source, changelog) 1.5.32 → 1.6.3 age confidence
org.slf4j:slf4j-reload4j (source, changelog) 2.0.17 → 2.0.20 age confidence
org.slf4j:slf4j-api (source, changelog) 2.0.17 → 2.0.20 age confidence
com.sap.cloud.sdk:sdk-bom (source) 5.26.0 → 5.34.0 age confidence
org.mockito:mockito-bom 5.21.0 → 5.24.0 age confidence
org.bouncycastle:bcutil-jdk18on (source) 1.84 → 1.86 age confidence
org.bouncycastle:bcpkix-jdk18on (source) 1.84 → 1.86 age confidence
org.junit.platform:junit-platform-commons (source) 6.0.3 → 6.1.3 age confidence
org.junit.platform:junit-platform-engine (source) 6.0.3 → 6.1.3 age confidence
org.springframework.boot:spring-boot-dependencies (source) 3.5.15 → 3.5.16 age confidence
org.junit.platform:junit-platform-launcher (source) 6.0.3 → 6.1.3 age confidence
com.sap.cds:cds-services-bom 4.9.0 → 4.9.4 age confidence

Release Notes

hcoles/pitest (org.pitest:pitest-maven)

v1.30.0

Compare Source

  • #​1492 Bump jackson version
  • #​1493 Sheck directories populated when checking for empty projects
  • #​1494 Accept comma separated feature parameters (thanks @​lino)
  • #​1496 Check non jvm lang dirs

Note, version bump from 1.25.x series made due to mislabelling of release as 1.29.10.

v1.29.10

Compare Source

v1.25.9

Compare Source

  • #​1486 normalise record attribute order on first load
  • #​1488 rework record interceptor to filter based on a marker line number
  • #​1490 filter mutants in enum switch default block

v1.25.8

Compare Source

v1.25.7

Compare Source

  • #​1484 Disable jacoco transformations at bytecode level

v1.25.6

Compare Source

v1.25.5

Compare Source

v1.25.4

Compare Source

v1.25.3

Compare Source

v1.25.2

Compare Source

  • #​1474 Publish sboms via cyclonedx
  • #​1475 Bug fix - listeners controlled by feature strings should also be selectable by name

v1.25.1

Compare Source

New Contributors

v1.25.0

Compare Source

What's Changed

  • #​1470 make history available to interceptors
  • #​1471 introduce equivalent status

v1.24.1

Compare Source

  • Reintroduce MutationAnalyser interface

v1.24.0

Compare Source

What's Changed

  • 1465 silent mode
  • 1466 new extension point - project filtering

v1.23.1

Compare Source

  • #​1463 extend unmodifiable collections filtering

v1.23.0

Compare Source

  • #​1455 move default history analysis to plugin
  • #​1457 introduce new parameter for configuration directory
  • #​1458 speculative measures to kill stubborn child processes
jacoco/jacoco (org.jacoco:jacoco-maven-plugin)

v0.8.15: 0.8.15

Compare Source

New Features

  • JaCoCo now officially supports Java 26 (GitHub #​2076).
  • Experimental support for Java 27 class files (GitHub #​2004).
  • Compatibility methods generated by Kotlin compiler for functions defined in interfaces are filtered out during generation of report (GitHub #​1905).
  • Compatibility methods generated by Kotlin compiler for exposed boxed inline value classes (JvmExposeBoxed annotation) are filtered out during generation of report (GitHub #​1944).
  • Methods generated by the Kotlin compiler for functions with JvmStatic annotation are filtered out during generation of report (GitHub #​2097).
  • Improved filtering of bytecode generated by Kotlin compiler for when expressions and statements with kotlin.String subject where first branch condition contains string with largest hash (GitHub #​2098).
  • Part of bytecode that javac versions from 24 to 26 generate for switch statements and expressions with selector expression of type java.lang.String inside lambdas is filtered out during generation of report (GitHub #​2023).
  • Improved performance of Kotlin files analysis by parsing SMAPs only once per class (GitHub #​2114).
  • For better performance agent output methods tcpclient and tcpserver use BufferedOutputStream to write execution data to socket. Maven plugin, Ant tasks, CLI, API usage examples, and ExecDumpClient API use BufferedInputStream to read execution data from socket. Third-party integrations should do the same to benefit from this change in agent (GitHub #​2089).

Fixed bugs

  • Fixed processing of Kotlin SMAP in synthetic classes (GitHub #​1985).
  • Multiple JaCoCo runtimes within one JVM writing to the same output file should not cause data corruption when running on JDK versions from 6 to 10 affected by JDK-8166253 (GitHub #​2065, #​2074).
  • For better performance agent writes to output file via BufferedOutputStream, this fixes regression introduced in version 0.6.2 (GitHub #​2073).
  • Fixed NullPointerException when JaCoCo agent is loaded by non system class loader, for example when loaded by JBoss Modules (GitHub #​1651).

Non-functional Changes

  • JaCoCo now depends on ASM 9.10.1 (GitHub #​2134).
mojohaus/flatten-maven-plugin (org.codehaus.mojo:flatten-maven-plugin)

v1.8.0

Compare Source

🚀 New features and improvements

🐛 Bug Fixes

🔧 Build

📦 Dependency updates

mockito/mockito (org.mockito:mockito-bom)

v5.24.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.24.0
  • 2026-09-23 - 27 commit(s) by Andrei Solntsev, DragonFSKY, Hünkar Can Tunç, Joshua Selbo, M. Minot, Markus Gaisbauer, Mirko Alicastro, Vinod Kumar M ( codingkiddo ), dependabot[bot]
  • Fix Mockito docs for -javaagent flag with Gradle (#​3866)
  • Kotlin example for adding Mockito as an agent is incorrect (#​3864)
  • Bump graalvm/setup-graalvm from 1.6.3 to 1.6.6 (#​3862)
  • Bump gradle/actions from 6.2.0 to 6.3.0 (#​3852)
  • Bump gradle/actions from 5 to 6.2.0 (#​3851)
  • Preserve method parameters when clearing inline mocks (#​3847)
  • Bump graalvm/setup-graalvm from 1.6.0 to 1.6.3 (#​3845)
  • Print object fields via reflection when toString() is not implemented (#​3844)
  • Migrate extensions-tests to JUnit Jupiter (#​3840)
  • Bump graalvm/setup-graalvm from 1.5.6 to 1.6.0 (#​3839)
  • docs(when-verify): fixes to explanations about redundancy (#​3838)
  • Confusing inconsistency in example method calls in “stubbing and verifying is redundant” note of “when” and “verify” Javadoc (#​3837)
  • Bump actions/checkout from 6 to 7 (#​3836)
  • Fixes #​2740 : Add mockMaker option to @Spy annotation (#​3835)
  • Bump graalvm/setup-graalvm from 1.5.5 to 1.5.6 (#​3834)
  • Bump graalvm/setup-graalvm from 1.5.4 to 1.5.5 (#​3833)
  • Bump codecov/codecov-action from 6 to 7 (#​3831)
  • Bump graalvm/setup-graalvm from 1.4.5 to 1.5.4 (#​3830)
  • Fix clearInlineMocks not de-registering singleton mocks (#​3829)
  • Fix NotAMockException when using mockSingleton with MockitoJUnit (#​3827)
  • NotAMockException when using mockSingleton with MockitoSession or MockitoJUnit (#​3826)
  • Improve Gradle agent docs for configuration cache (#​3823)
  • Gradle documentation for setting up instrumentation with Gradle configuration cache (#​3822)
  • Fixes #​3818 : Fix data race in InvocationContainerImpl.invocationForStubbing (#​3819)
  • Data race on invocationForPotentialStubbing (#​3818)
  • Fixes #​3814 : implement package-level clinit suppression (#​3815)
  • Package-level clinit suppression (#​3814)
  • Upgrade Android Gradle Plugin to 8.13.2 (#​3812)
  • Replaces raw generic types with type parameters (#​3806)
  • Fixes #​2398 : Implement global suppress static initialization leveraging java agent (#​3801)
  • Bump codecov/codecov-action from 5 to 6 (#​3800)
  • Fix non-deterministic AssertionError when using MockMakers.SUBCLASS (#​3406, #​2823) (#​3795)
  • Fixes #​3536 : Implement SpyStatic API (#​3794)
  • The class's MethodParameters are removed after clearAllCaches is invoked (#​3763)
  • [FeatureRequest / Idea] Create Mockito.spyStatic (#​3536)
  • Add option to specify mockmaker for @Spy (#​2740)
  • How can I suppress static initializer? (#​2398)

v5.23.0

Compare Source

NOTE: Breaking change for Android

The mockito-android artifact has a breaking change: tests now require a device or emulator based on API 28+ (Android P). This is to enable new support for mocking Kotlin classes. See #​3788 for more details.


Changelog generated by Shipkit Changelog Gradle Plugin

5.23.0
  • 2026-03-11 - 6 commit(s) by Brice Dutheil, Joshua Selbo, Philippe Kernevez
  • Replace mockito-android mock maker implementation with dexmaker-mockito-inline (#​3792)
  • Fix StackOverflowError with AbstractList after using mockSingleton (#​3790)
  • Mark parameters of Mockito.when @Nullable (#​3503)

v5.22.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.22.0
  • 2026-02-27 - 6 commit(s) by Joshua Selbo, NiMv1, Rafael Winterhalter, dependabot[bot], eunbin son
  • Avoid mocking of internal static utilities (#​3785)
  • Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 (#​3780)
  • Static mocking of UUID.class corrupted under JDK 25 (#​3778)
  • Bump actions/upload-artifact from 5 to 6 (#​3774)
  • docs: clarify RETURNS_MOCKS behavior with sealed abstract enums (Java 15+) (#​3773)
  • Add tests for Sets utility class (#​3771)
  • Add core API to enable Kotlin singleton mocking (#​3762)
  • Stubbing Kotlin object singletons (#​3652)
  • Incorrect documentation for RETURNS_MOCKS (#​3285)
spring-projects/spring-boot (org.springframework.boot:spring-boot-dependencies)

v3.5.16

Compare Source

🔨 Dependency Upgrades


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@github-actions

Copy link
Copy Markdown

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from e9074ba to d3e0acd Compare February 27, 2026 13:09
@renovate renovate Bot changed the title chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.5 fix(deps): update maven non-major updates Feb 27, 2026
@github-actions

Copy link
Copy Markdown

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from d3e0acd to e789e5c Compare March 14, 2026 22:59
@github-actions

Copy link
Copy Markdown

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from e789e5c to 85f2649 Compare March 16, 2026 17:38
@github-actions

Copy link
Copy Markdown

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from 85f2649 to f018b77 Compare March 19, 2026 13:25
@github-actions

Copy link
Copy Markdown

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from f018b77 to 826b522 Compare March 20, 2026 14:11
@github-actions

Copy link
Copy Markdown

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from 826b522 to 72eca11 Compare March 29, 2026 01:39
@github-actions

Copy link
Copy Markdown

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@renovate renovate Bot changed the title fix(deps): update maven non-major updates Update maven non-major updates Apr 8, 2026
@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from 72eca11 to 1a25474 Compare April 14, 2026 16:47
@github-actions

Copy link
Copy Markdown

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from 1a25474 to 616de5a Compare April 16, 2026 09:02
@github-actions

Copy link
Copy Markdown

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from 616de5a to 662e0f0 Compare April 21, 2026 15:18
@github-actions

Copy link
Copy Markdown

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from 662e0f0 to 5750419 Compare April 23, 2026 14:13
@github-actions

Copy link
Copy Markdown

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from 5750419 to 57acd9c Compare April 24, 2026 18:29
@github-actions

Copy link
Copy Markdown

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from 57acd9c to a37b769 Compare May 6, 2026 16:55
@github-actions

github-actions Bot commented May 6, 2026

Copy link
Copy Markdown

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from a37b769 to f7498cb Compare May 12, 2026 22:26
@github-actions

Copy link
Copy Markdown

✔️ OSS related checks passed successfully
📋 OSS related checks executed by Black Duck - rapid scan passed successfully.

RAPID SCAN

@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch 4 times, most recently from 32489cd to c2db342 Compare July 2, 2026 16:32
@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch 5 times, most recently from 9e6f258 to 4f330c2 Compare July 13, 2026 03:11
@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch 3 times, most recently from f4c6b1e to fb34d06 Compare July 24, 2026 21:58
@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from fb34d06 to dcc5133 Compare July 28, 2026 17:10
@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch 5 times, most recently from d361a40 to 805f623 Compare August 10, 2026 09:42
@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch 3 times, most recently from d2f874c to 6622eff Compare August 17, 2026 22:57
@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch 2 times, most recently from 5956db3 to 0b801b0 Compare August 26, 2026 20:41
@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch 2 times, most recently from d092551 to ce1282e Compare September 2, 2026 23:50
@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch 3 times, most recently from eb93cd1 to 7d706b6 Compare September 5, 2026 06:02
@renovate
renovate Bot force-pushed the renovate/maven-non-major-updates branch from 7d706b6 to bf33cce Compare September 11, 2026 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants