chore(deps): bump org.barfuin.gradle.jacocolog from 3.0.0 to 3.1.0

Bumps org.barfuin.gradle.jacocolog from 3.0.0 to 3.1.0.

---
updated-dependencies:
- dependency-name: org.barfuin.gradle.jacocolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-17 08:57:45 +00:00 committed by GitHub
parent c128e5c824
commit cc2dff02a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ plugins {
// Test Gradle build, keep disabled under normal circumstances
// id "com.osacky.doctor" version "0.8.1"
id "org.jlleitschuh.gradle.ktlint" version "11.2.0"
id 'org.barfuin.gradle.jacocolog' version '3.0.0'
id 'org.barfuin.gradle.jacocolog' version '3.1.0'
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
}