Skip to content

Commit b77e22f

Browse files
Bump annotations from 20.1.0 to 21.0.1 in /core
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 20.1.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@20.1.0...21.0.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a8df79 commit b77e22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ dependencies {
154154

155155
api 'junit:junit:4.12'
156156
api 'org.slf4j:slf4j-api:1.7.30'
157-
compileOnly 'org.jetbrains:annotations:20.1.0'
158-
testCompileClasspath 'org.jetbrains:annotations:20.0.0'
157+
compileOnly 'org.jetbrains:annotations:21.0.1'
158+
testCompileClasspath 'org.jetbrains:annotations:21.0.1'
159159
api 'org.apache.commons:commons-compress:1.20'
160160
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
161161
exclude(group: 'org.jetbrains', module: 'annotations')

0 commit comments

Comments
 (0)