Skip to content

Commit 0c0aaee

Browse files
authored
build(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.12 (#2648)
[![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.11` -> `0.8.12` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jacoco:jacoco-maven-plugin/0.8.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jacoco:jacoco-maven-plugin/0.8.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jacoco:jacoco-maven-plugin/0.8.11/0.8.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jacoco:jacoco-maven-plugin/0.8.11/0.8.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jacoco/jacoco (org.jacoco:jacoco-maven-plugin)</summary> ### [`v0.8.12`](https://togithub.com/jacoco/jacoco/releases/tag/v0.8.12): 0.8.12 [Compare Source](https://togithub.com/jacoco/jacoco/compare/v0.8.11...v0.8.12) #### New Features - JaCoCo now officially supports Java 22 (GitHub [#&#8203;1596](https://togithub.com/jacoco/jacoco/issues/1596)). - Experimental support for Java 23 class files (GitHub [#&#8203;1553](https://togithub.com/jacoco/jacoco/issues/1553)). #### Fixed bugs - Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub [#&#8203;1556](https://togithub.com/jacoco/jacoco/issues/1556)). - Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub [#&#8203;1568](https://togithub.com/jacoco/jacoco/issues/1568)). #### Non-functional Changes - JaCoCo now depends on ASM 9.7 (GitHub [#&#8203;1600](https://togithub.com/jacoco/jacoco/issues/1600)). </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/sdk-platform-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent e4ed176 commit 0c0aaee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

coverage-report/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.jacoco</groupId>
5757
<artifactId>jacoco-maven-plugin</artifactId>
58-
<version>0.8.11</version>
58+
<version>0.8.12</version>
5959
<executions>
6060
<execution>
6161
<id>unit-tests-report-aggregate</id>

gapic-generator-java-pom-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<plugin>
155155
<groupId>org.jacoco</groupId>
156156
<artifactId>jacoco-maven-plugin</artifactId>
157-
<version>0.8.11</version>
157+
<version>0.8.12</version>
158158
<executions>
159159
<execution>
160160
<id>unit-test-execution</id>

gapic-generator-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
<plugin>
332332
<groupId>org.jacoco</groupId>
333333
<artifactId>jacoco-maven-plugin</artifactId>
334-
<version>0.8.11</version>
334+
<version>0.8.12</version>
335335
<executions>
336336
<execution>
337337
<goals>

showcase/gapic-showcase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<plugin>
2828
<groupId>org.jacoco</groupId>
2929
<artifactId>jacoco-maven-plugin</artifactId>
30-
<version>0.8.11</version>
30+
<version>0.8.12</version>
3131
<executions>
3232
<execution>
3333
<id>report</id>

0 commit comments

Comments
 (0)