Skip to content

Update dependency org.pitest:pitest-maven to v1.23.1#11

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/org.pitest-pitest-maven-1.x
Open

Update dependency org.pitest:pitest-maven to v1.23.1#11
renovate[bot] wants to merge 1 commit intomainfrom
renovate/org.pitest-pitest-maven-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 20, 2026

This PR contains the following updates:

Package Change Age Confidence
org.pitest:pitest-maven (source) 1.15.31.23.1 age confidence

Release Notes

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

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

v1.22.1

Compare Source

  • #​1445 pin dependencies in github actions
  • #​1449 bump asm to 9.9.
  • #​1452 Filter equivalent mutations to null final field assignments

v1.22.0

Compare Source

v1.21.1

Compare Source

  • #​1436 Allow filtering JUnit4 by runner

v1.21.0

Compare Source

  • #​1434 deprecate unsafe instruction index access

v1.20.7

Compare Source

v1.20.6

Compare Source

v1.20.5

Compare Source

What's Changed

  • #​1428 Support categories for junit4 parametrised tests
  • #​1429 Bump asm to 9.9

v1.20.4

Compare Source

  • #​1427 disable filters with empty method checks for interfaces

v1.20.3

Compare Source

  • #​1426 auto add junit engines when missing from classpath

v1.20.2

Compare Source

  • #​1422 Handle args files in the argLine

v1.20.1

Compare Source

  • #​1417 Update dependencies
  • #​1418 Filter build messages with the same content
  • #​1419 Prevent re-evaluation of suite classes

v1.20.0

Compare Source

  • #​1415 Extension point for test stat listeners

v1.19.6

Compare Source

Full Changelog: hcoles/pitest@1.19.5...1.19.6

v1.19.5

Compare Source

#​1412 Catch and log empty methods in filters

v1.19.4

Compare Source

  • #​1409 Support Quarkus 3.22 and above

Note Quarkus support also requires version 1.2.3 or above of the pitest JUnit 5 plugin.

v1.19.3

Compare Source

  • #​1407 Log number of active classloaders

v1.19.2

Compare Source

  • #​1404 Switch to central distribution before sonatype EOL

v1.19.1

Compare Source

  • #​1399 Do not filter user code in try with resources
  • #​1401 Extract errors when JUnit4 classes cannot be loaded

v1.19.0

Compare Source

  • #​1394 handle parenthesis in paths
  • #​1395 New extension point - mutator urls

v1.18.2

Compare Source

What's Changed

  • #​1387 Quote classpath entries to handle spaces

Full Changelog: hcoles/pitest@1.18.1...1.18.2

v1.18.1

Compare Source

  • #​1386 Handle spaces in agents and variables inherited from launch

Full Changelog: hcoles/pitest@1.18.0...1.18.1

v1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: hcoles/pitest@1.17.4...1.18.0

v1.17.4

Compare Source

What's Changed

New Contributors

Full Changelog: hcoles/pitest@1.17.3...1.17.4

v1.17.3

Compare Source

Maven users can now gather coverage information and generate mutants, but skip the mutant analysis stage by running setting the 'pit.dryRun' flag to true.

v1.17.2

Compare Source

v1.17.1

Compare Source

  • #​1353 Warn about future SCM goal removal
  • #​1355 Upgrade ASM for java 24 support
  • #​1359 Remove use of reflection based toString generator
  • #​1361 Initial support for cross module tests in maven

v1.17.0

Compare Source

  • #​1348 Extend transformation extension point
  • #​1349 Improve powermock stability

v1.16.3

Compare Source

  • #​1345 Improved delayed execution detection in static initialization code
  • #​1347 Auto add standard kotlin source dirs for maven projects

v1.16.2

Compare Source

#​1340 Show covering tests for surviving mutants in html report (thanks @​vivganes)
#​1342 / #​1343 Fix misleading logging of history paths (thanks @​vivganes)
#​1344 Mutate delayed execution code in enums and singletons

v1.16.1

Compare Source

#​1329 Prevent version clashes with aggregate goal when plugins use jackson

v1.16.0

Compare Source

  • #​1311 - Include unmodifiable collections stored directly to fields in the +funmodifiablecollection filter for defensive code
  • #​1319 - Use environment variables from surefire config
  • #​1322 - Automatically add -ea to enable assertions
  • #​1321 - Expand BuildVerifier interface

Api change in #​1321 is backwards compatible, but plugins written against 1.16.0 may not work with earlier versions.

v1.15.8

Compare Source

#​1310 Filter mutations to Collections.unmodifiable*
#​1309 Replace fields in argLines imported from surefire config
#​1308 Bump maven vcs versions

The filtering for #​1310 is off by default. To activate it add the filter string +funmodifiablecollection.

#​1309 adds a new maven property parseSurefireArgLine. This is set to true by default, but surefire argline parsing can now be disabled by setting it to false.

v1.15.7

Compare Source

#​1305 Coverage not recorded for code in packages name com.sun*

A filter intended to pickup legacy JDK classes in the "com.sun.*" package was missing a ', resulting in no code coverage being registered if the code under test happened to be in a package starting with "sun".

v1.15.6

Compare Source

  • #​1295 temporarily remove dynamic call tracking

Invoke dynamic call tracking for static initializer code will be reintroduced when additional logic to suppress mutation filtering for delayed execution code has been implemented.

v1.15.5

Compare Source

  • #​1292 Args lines taken from surefire config do not have properties replaced

v1.15.4

Compare Source

  • #​1288 - New extension point to allow custom coverage export formats
  • #​1289 - Parse argline configuration from surefire configuration
  • #​1274 Follow invoke dynamic calls when detecting static initializer only methods

Note, maven users who have previously needed to duplicate argline parameters between surefire and pitest's jvmArgs and argline parameters may need to adjust their configuration when upgrading. Entries supplied to surefire will now automatically be added to pitest.


Configuration

📅 Schedule: (UTC)

  • 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 requested a review from rieckpil as a code owner April 20, 2026 20:09
@renovate renovate Bot force-pushed the renovate/org.pitest-pitest-maven-1.x branch from 1c53cd4 to a20a3ee Compare April 21, 2026 17:00
@renovate renovate Bot changed the title Update dependency org.pitest:pitest-maven to v1.23.0 Update dependency org.pitest:pitest-maven to v1.23.1 Apr 21, 2026
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.

0 participants