Skip to content

Commit

Permalink
build(deps): bump version.jacoco from 0.8.3 to 0.8.5 (#70)
Browse files Browse the repository at this point in the history
* build(deps): bump version.jacoco from 0.8.3 to 0.8.5

Bumps `version.jacoco` from 0.8.3 to 0.8.5.

Updates `org.jacoco.core` from 0.8.3 to 0.8.5
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.3...v0.8.5)

Updates `jacoco-maven-plugin` from 0.8.3 to 0.8.5
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.3...v0.8.5)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* fix: aligns asm-util to 7.2 used by JaCoCo

Co-authored-by: Bartosz Majsak <[email protected]>
  • Loading branch information
dependabot-preview[bot] and bartoszmajsak authored Feb 18, 2020
1 parent 96a9753 commit e11594e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<properties>
<version.arquillian_core>1.6.0.Final</version.arquillian_core>
<version.jacoco>0.8.3</version.jacoco>
<version.asm-util>7.0</version.asm-util> <!-- Should be aligned with ASM version JaCoCo is relying on to avoid failures in tests -->
<version.jacoco>0.8.5</version.jacoco>
<version.asm-util>7.2</version.asm-util> <!-- Should be aligned with ASM version JaCoCo is relying on to avoid failures in tests -->

<version.wildfly>16.0.0.Final</version.wildfly>
<version.wildfly.arquillian>2.2.0.Final</version.wildfly.arquillian>
Expand Down

0 comments on commit e11594e

Please sign in to comment.