Skip to content

Commit

Permalink
build(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8…
Browse files Browse the repository at this point in the history
….10 (#592)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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://togithub.com/jacoco/jacoco)) | `0.8.8` -> `0.8.10` | [![age](https://badges.renovateapi.com/packages/maven/org.jacoco:jacoco-maven-plugin/0.8.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.jacoco:jacoco-maven-plugin/0.8.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.jacoco:jacoco-maven-plugin/0.8.10/compatibility-slim/0.8.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.jacoco:jacoco-maven-plugin/0.8.10/confidence-slim/0.8.8)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>jacoco/jacoco</summary>

### [`v0.8.10`](https://togithub.com/jacoco/jacoco/releases/tag/v0.8.10): 0.8.10

[Compare Source](https://togithub.com/jacoco/jacoco/compare/v0.8.9...v0.8.10)

#### Fixed bugs

-   Agent should not require configuration of permissions for `SecurityManager` outside of its `codeBase` (GitHub [#&#8203;1425](https://togithub.com/jacoco/jacoco/issues/1425)).

### [`v0.8.9`](https://togithub.com/jacoco/jacoco/releases/tag/v0.8.9): 0.8.9

[Compare Source](https://togithub.com/jacoco/jacoco/compare/v0.8.8...v0.8.9)

#### New Features

-   JaCoCo now officially supports Java 19 and 20 (GitHub [#&#8203;1371](https://togithub.com/jacoco/jacoco/issues/1371), [#&#8203;1386](https://togithub.com/jacoco/jacoco/issues/1386)).
-   Experimental support for Java 21 class files (GitHub [#&#8203;1386](https://togithub.com/jacoco/jacoco/issues/1386)).
-   Add parameter to include the current project in the `report-aggregate` Maven goal (GitHub [#&#8203;1007](https://togithub.com/jacoco/jacoco/issues/1007)).
-   Component accessors generated by the Java compilers for records are filtered out during generation of report. Contributed by Tesla Zhang (GitHub [#&#8203;1393](https://togithub.com/jacoco/jacoco/issues/1393)).

#### Fixed bugs

-   Agent should not open `java.lang` package to unnamed module of the application class loader (GitHub [#&#8203;1334](https://togithub.com/jacoco/jacoco/issues/1334)).

#### Non-functional Changes

-   JaCoCo now depends on ASM 9.5 (GitHub [#&#8203;1299](https://togithub.com/jacoco/jacoco/issues/1299), [#&#8203;1368](https://togithub.com/jacoco/jacoco/issues/1368), [#&#8203;1416](https://togithub.com/jacoco/jacoco/issues/1416)).
-   JaCoCo build now requires JDK 11 (GitHub [#&#8203;1413](https://togithub.com/jacoco/jacoco/issues/1413)).

</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://app.renovatebot.com/dashboard#github/googleapis/java-shared-config).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
  • Loading branch information
renovate-bot committed May 4, 2023
1 parent 12ac165 commit f8f97e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.10</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit f8f97e9

Please sign in to comment.