Skip to content

Commit bfec84f

Browse files
Bump annotations from 21.0.1 to 23.1.0 in /core
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.1 to 23.1.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...23.1.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 993c82b commit bfec84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102

103103
api 'junit:junit:4.12'
104104
api 'org.slf4j:slf4j-api:1.7.32'
105-
compileOnly 'org.jetbrains:annotations:21.0.1'
105+
compileOnly 'org.jetbrains:annotations:23.1.0'
106106
testCompileClasspath 'org.jetbrains:annotations:21.0.1'
107107
api 'org.apache.commons:commons-compress:1.20'
108108
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {

0 commit comments

Comments
 (0)