Skip to content

Commit 03a2381

Browse files
Bump annotations from 23.0.0 to 24.0.0
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 23.0.0 to 24.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@23.0.0...24.0.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bca86d2 commit 03a2381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ java {
1919

2020
dependencies {
2121
api 'org.slf4j:slf4j-api:2.0.5'
22-
api 'org.jetbrains:annotations:23.0.0'
22+
api 'org.jetbrains:annotations:24.0.0'
2323
api 'com.coditory.quark:quark-eventbus:0.0.5'
2424
testImplementation 'ch.qos.logback:logback-classic:1.4.5'
2525
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'

0 commit comments

Comments
 (0)