Skip to content

Commit c15212d

Browse files
Bump annotations from 21.0.1 to 22.0.0 in /core
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.1 to 22.0.0. - [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.1...22.0.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c97c1e3 commit c15212d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868

6969
api 'junit:junit:4.12'
7070
api 'org.slf4j:slf4j-api:1.7.32'
71-
compileOnly 'org.jetbrains:annotations:21.0.1'
71+
compileOnly 'org.jetbrains:annotations:22.0.0'
7272
testCompileClasspath 'org.jetbrains:annotations:21.0.1'
7373
api 'org.apache.commons:commons-compress:1.21'
7474
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {

0 commit comments

Comments
 (0)