Skip to content

Commit

Permalink
Bump org.jacoco:org.jacoco.agent from 0.8.9 to 0.8.10
Browse files Browse the repository at this point in the history
Bumps [org.jacoco:org.jacoco.agent](https://github.com/jacoco/jacoco) from 0.8.9 to 0.8.10.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.9...v0.8.10)

---
updated-dependencies:
- dependency-name: org.jacoco:org.jacoco.agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 25, 2023
1 parent 9de44ab commit 845f7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ subprojects {
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-cbor', version: '2.15.0'
implementation group: 'com.google.re2j', name: 're2j', version: '1.7'
testImplementation group: 'org.powermock', name: 'powermock-module-javaagent', version: '2.0.9'
testImplementation group: 'org.jacoco', name: 'org.jacoco.agent', version: '0.8.9', classifier: 'runtime'
testImplementation group: 'org.jacoco', name: 'org.jacoco.agent', version: '0.8.10', classifier: 'runtime'
testImplementation group: 'org.powermock', name: 'powermock-core', version: '2.0.9'

testImplementation("junit:junit")
Expand Down

0 comments on commit 845f7a8

Please sign in to comment.