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

Commit 6c698cc

Browse files
Bump annotations from 21.0.0 to 21.0.1
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.0 to 21.0.1. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@21.0.0...21.0.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01fad24 commit 6c698cc

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)