Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
chore(deps): update gradle-pre-commit-git-hooks from 1.1.7 to 1.1.8 a…
Browse files Browse the repository at this point in the history
…nd gradle-kotlin-qa from 0.42.0 to 0.42.1
  • Loading branch information
AndreaBrighi committed Jun 5, 2023
1 parent b16ddb7 commit eff731a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ dokka = "org.jetbrains.dokka:1.8.20"
android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
application = { id = "com.android.application", version.ref = "gradle" }
library = { id = "com.android.library", version.ref = "gradle" }
kotlin-qa = { id = "org.danilopianini.gradle-kotlin-qa", version = "0.42.0" }
kotlin-qa = { id = "org.danilopianini.gradle-kotlin-qa", version = "0.42.1" }
taskTree = { id = "com.dorongold.task-tree", version = "2.1.1" }
protobuf-plugin = { id = "com.google.protobuf", version = "0.9.3" }
sem-ver = { id = "io.github.andreabrighi.android-git-sensitive-semantic-versioning-gradle-plugin", version = "1.0.2" }
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {

plugins {
id("com.gradle.enterprise") version "3.13.3"
id("org.danilopianini.gradle-pre-commit-git-hooks") version "1.1.7"
id("org.danilopianini.gradle-pre-commit-git-hooks") version "1.1.8"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit eff731a

Please sign in to comment.