Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 7c92303

Browse files
authored
Merge pull request #134 from tunjid/dependabot/gradle/org.jetbrains-annotations-21.0.1
Bump annotations from 21.0.0 to 21.0.1
2 parents 01fad24 + 6c698cc commit 7c92303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply from: "${project.rootDir}/kotlinLib.gradle"
22

33
dependencies {
4-
implementation 'org.jetbrains:annotations:21.0.0'
4+
implementation 'org.jetbrains:annotations:21.0.1'
55
implementation parent.ext.kotlin
66
}
77

0 commit comments

Comments
 (0)