chore(deps): bump org.jacoco:org.jacoco.core from 0.8.10 to 0.8.11

Bumps [org.jacoco:org.jacoco.core](https://github.com/jacoco/jacoco) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.10...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>
This commit is contained in:
dependabot[bot] 2023-10-17 08:39:53 +00:00 committed by GitHub
parent 70fa6cfd0f
commit 5ff5156ca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath "org.jacoco:org.jacoco.core:0.8.10"
classpath "org.jacoco:org.jacoco.core:0.8.11"
classpath "com.vanniktech:gradle-dependency-graph-generator-plugin:0.8.0"
}
}

View file

@ -5,7 +5,7 @@ buildscript {
}
dependencies {
classpath "org.jacoco:org.jacoco.core:0.8.10"
classpath "org.jacoco:org.jacoco.core:0.8.11"
}
}