JaCoCo now officially supports Java 21 (GitHub #1520).
Experimental support for Java 22 class files (GitHub #1479).
Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub #1472).
Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub #1473).
Fixed bugs
Instrumentation should not cause VerifyError when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub #893).
Restore exec file compatibility with versions from 0.7.5 to 0.8.8 in case of class files with zero line numbers (GitHub #1492).
Non-functional Changes
jacoco-maven-plugin now requires at least Java 8 (GitHub #1466, #1468).
JaCoCo build now requires at least Maven 3.5.4 (GitHub #1467).
Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub #1468).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the maven-low-risk group with 8 updates:
3.1.2
3.2.1
2.14.0
2.15.0
5.5.3
5.6.0
2.15.2
2.15.3
1.14.0
1.14.2
1.38.0
1.39.0
2.15.2
2.15.3
0.8.10
0.8.11
Updates
org.apache.maven.plugins:maven-surefire-plugin
from 3.1.2 to 3.2.1Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
Commits
df9f657
[maven-release-plugin] prepare release surefire-3.2.10910b75
Fix formatting97c84a1
[maven-release-plugin] prepare for next development iterationad0639f
[maven-release-plugin] prepare release surefire-3.2.0edfb965
[SUREFIRE-2196] maven-surefire-report-plugin:failsafe-report-only failed: Unm...0a5dba8
[SUREFIRE-2188] Upgrade to Parent 405a09438
[SUREFIRE-2202] NullPointerException if super class meets specific condition176937d
Simplify temp dir creation9b79bda
[SUREFIRE-1124] Support forkNumber in environment variables2966964
Fix TestNG web site URLUpdates
commons-io:commons-io
from 2.14.0 to 2.15.0Updates
io.github.bonigarcia:webdrivermanager
from 5.5.3 to 5.6.0Changelog
Sourced from io.github.bonigarcia:webdrivermanager's changelog.
Commits
a18c50e
[maven-release-plugin] prepare release webdrivermanager-5.6.08c2042b
Update doc for version 5.6.07ebeedd
Minor smell fix related to static final7b01ab8
Disable Docker CDP test in CI86e58bb
Use default gateway8a5b728
Use gateway address when docker network is host12e6af9
Disable Docker tests in CI - Windowsc42a02e
Enable Docker tests in CI1b87389
Remove temporal print stack trace5c9e3e5
Revert fuser command and include temporal print stack traceUpdates
com.fasterxml.jackson.core:jackson-databind
from 2.15.2 to 2.15.3Commits
Updates
com.github.eirslett:frontend-maven-plugin
from 1.14.0 to 1.14.2Changelog
Sourced from com.github.eirslett:frontend-maven-plugin's changelog.
Commits
072ce91
[maven-release-plugin] prepare release frontend-plugins-1.14.21757b9b
changelog for 1.4.2e2d0445
Merge pull request #1118 from eirslett/feature/download-file-fully-before-write5d2d990
Download files fully before write to disk49e11d1
Update CHANGELOG.md6df901b
[maven-release-plugin] prepare for next development iteration3472779
[maven-release-plugin] prepare release frontend-plugins-1.14.1284c4f8
Merge pull request #1117 from jonkoops/update-changelogd65bb42
Add release notes going back to 1.13.1436bd91
Merge pull request #1116 from jonkoops/fix-pnpm-binUpdates
com.microsoft.playwright:playwright
from 1.38.0 to 1.39.0Release notes
Sourced from com.microsoft.playwright:playwright's releases.
Commits
f38f977
chore: mark 1.39.0 (#1410)aa4f975
docs: update the system requirements link in readme (#1408)7d9d9a2
chore: roll driver to 1.39.0 (#1409)db1c899
chore: unflake TestBrowserContextProxy.shouldExcludePatterns (#1404)91e7028
chore: update driver to 1.39.0-beta (Oct 11) (#1403)5fe5a3e
Revert "feat(junit-playwright) (#1371)" (#1402)fb2188c
feat(junit-playwright) (#1371)fc4a536
chore: bump maven version (#1392)4312a98
test: unflake cookie roundtrip (#1388)f629f91
chore: set dev version to 1.39.0-SNAPSHOT (#1387)Updates
com.fasterxml.jackson.core:jackson-annotations
from 2.15.2 to 2.15.3Commits
Updates
org.jacoco:jacoco-maven-plugin
from 0.8.10 to 0.8.11Release notes
Sourced from org.jacoco:jacoco-maven-plugin's releases.
Commits
f33756c
Prepare release 0.8.110670530
Upgrade animal-sniffer-maven-plugin to 1.23206e5be
Restore exec file compatibility after upgrade of ASM to version 9.5 (#1492)36fc079
Update documentation: JDK version 21 is officially supported (#1520)7162917
Add validation tests for boolean expressions (#1505)4bc9267
Fix link to Bytecode Outline Plug-In (#1519)ded62fc
Upgrade ASM to 9.6 (#1518)6798260
Fix links to ASM website (#1515)4ba332f
Fix misleading outdated javadoc (#1513)7ca0f0f
Opcodes.RET
should be processed byvisitVarInsn
instead ofvisitInsn
(#...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show