Skip to content

Commit df435cb

Browse files
fix(deps): update dependency com.github.ben-manes:gradle-versions-plugin to v0.44.0
| datasource | package | from | to | | ---------- | ------------------------------------------- | ------ | ------ | | maven | com.github.ben-manes:gradle-versions-plugin | 0.43.0 | 0.44.0 |
1 parent 8b3b514 commit df435cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
classpath("dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0")
2121
classpath("org.jacoco:org.jacoco.core:0.8.8")
2222
classpath("com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT")
23-
classpath("com.github.ben-manes:gradle-versions-plugin:0.43.0")
23+
classpath("com.github.ben-manes:gradle-versions-plugin:0.44.0")
2424
}
2525
}
2626

0 commit comments

Comments
 (0)