Skip to content

Commit fac3d65

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

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
@@ -69,8 +69,8 @@ configurations.all {
6969
dependencies {
7070
api 'junit:junit:4.13.2'
7171
api 'org.slf4j:slf4j-api:1.7.36'
72-
compileOnly 'org.jetbrains:annotations:24.0.0'
73-
testCompileOnly 'org.jetbrains:annotations:24.0.0'
72+
compileOnly 'org.jetbrains:annotations:24.0.1'
73+
testCompileOnly 'org.jetbrains:annotations:24.0.1'
7474
api 'org.apache.commons:commons-compress:1.22'
7575
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
7676
exclude(group: 'org.jetbrains', module: 'annotations')

0 commit comments

Comments
 (0)