Skip to content

Commit 8355b13

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

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
@@ -71,8 +71,8 @@ configurations.all {
7171
dependencies {
7272
api 'junit:junit:4.13.2'
7373
api 'org.slf4j:slf4j-api:1.7.36'
74-
compileOnly 'org.jetbrains:annotations:24.0.1'
75-
testCompileOnly 'org.jetbrains:annotations:24.0.1'
74+
compileOnly 'org.jetbrains:annotations:24.1.0'
75+
testCompileOnly 'org.jetbrains:annotations:24.1.0'
7676
api 'org.apache.commons:commons-compress:1.25.0'
7777
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
7878
exclude(group: 'org.jetbrains', module: 'annotations')

0 commit comments

Comments
 (0)