Skip to content

Commit eafdff7

Browse files
committed
Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).
1 parent 371ad0f commit eafdff7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ limitations under the License.
245245
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
246246
<checkstyle.version>2.17</checkstyle.version>
247247
<commons.japicmp.version>0.14.3</commons.japicmp.version>
248-
<commons.jacoco.version>0.8.5</commons.jacoco.version>
248+
<commons.jacoco.version>0.8.6</commons.jacoco.version>
249249

250250
<!-- generate report even if there are binary incompatible changes -->
251251
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
4444

4545
<release version="1.16" date="TBD" description="Feature and fix release.">
4646
<action dev="ggregory" type="update" due-to="Dependabot">Update build actions/setup-java from v1.4.1 to v1.4.2 #60.</action>
47+
<action dev="ggregory" type="update" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
4748
</release>
4849

4950
<release version="1.15" date="2020-09-01" description="Feature and fix release.">

0 commit comments

Comments
 (0)