-
Notifications
You must be signed in to change notification settings - Fork 132
Commit 947551b
authored
build(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.11 (#2683)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://github.com/jacoco/jacoco)) | `0.8.10` -> `0.8.11` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>jacoco/jacoco (org.jacoco:jacoco-maven-plugin)</summary>
### [`v0.8.11`](https://github.com/jacoco/jacoco/releases/tag/v0.8.11): 0.8.11
[Compare Source](https://github.com/jacoco/jacoco/compare/v0.8.10...v0.8.11)
#### New Features
- JaCoCo now officially supports Java 21 (GitHub [#​1520](https://github.com/jacoco/jacoco/issues/1520)).
- Experimental support for Java 22 class files (GitHub [#​1479](https://github.com/jacoco/jacoco/issues/1479)).
- Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub [#​1472](https://github.com/jacoco/jacoco/issues/1472)).
- Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub [#​1473](https://github.com/jacoco/jacoco/issues/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](https://github.com/jacoco/jacoco/issues/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](https://github.com/jacoco/jacoco/issues/1492)).
#### Non-functional Changes
- jacoco-maven-plugin now requires at least Java 8 (GitHub [#​1466](https://github.com/jacoco/jacoco/issues/1466), [#​1468](https://github.com/jacoco/jacoco/issues/1468)).
- JaCoCo build now requires at least Maven 3.5.4 (GitHub [#​1467](https://github.com/jacoco/jacoco/issues/1467)).
- Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub [#​1468](https://github.com/jacoco/jacoco/issues/1468)).
- JaCoCo build now requires JDK 17 (GitHub [#​1482](https://github.com/jacoco/jacoco/issues/1482)).
- JaCoCo now depends on ASM 9.6 (GitHub [#​1518](https://github.com/jacoco/jacoco/issues/1518)).
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-spanner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->1 parent b589e5a commit 947551bCopy full SHA for 947551b
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- google-cloud-spanner
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedgoogle-cloud-spanner/pom.xml
Copy file name to clipboardExpand all lines: google-cloud-spanner/pom.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
0 commit comments