Skip to content

Commit da8d136

Browse files
Bump annotations from 22.0.0 to 23.0.0 in /core
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 22.0.0 to 23.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@22.0.0...23.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 5370e25 commit da8d136

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
@@ -59,8 +59,8 @@ dependencies {
5959

6060
api 'junit:junit:4.13.2'
6161
api 'org.slf4j:slf4j-api:1.7.32'
62-
compileOnly 'org.jetbrains:annotations:22.0.0'
63-
testCompileClasspath 'org.jetbrains:annotations:21.0.1'
62+
compileOnly 'org.jetbrains:annotations:23.0.0'
63+
testCompileClasspath 'org.jetbrains:annotations:23.0.0'
6464
api 'org.apache.commons:commons-compress:1.21'
6565
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
6666
exclude(group: 'org.jetbrains', module: 'annotations')

0 commit comments

Comments
 (0)