Skip to content

Commit

Permalink
Bump org.jacoco:org.jacoco.core from 0.8.7 to 0.8.11
Browse files Browse the repository at this point in the history
Bumps [org.jacoco:org.jacoco.core](https://github.com/jacoco/jacoco) from 0.8.7 to 0.8.11.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.7...v0.8.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent c1cb0a1 commit 2ec0ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ repositories {

dependencies {
implementation group: 'nebula.lint', name: 'nebula.lint.gradle.plugin', version: '17.6.1'
implementation group: 'org.jacoco', name: 'org.jacoco.core', version: '0.8.7'
implementation group: 'org.jacoco', name: 'org.jacoco.core', version: '0.8.11'
implementation group: 'org.jacoco', name: 'org.jacoco.report', version: '0.8.7'
}

0 comments on commit 2ec0ef4

Please sign in to comment.