Skip to content

Commit d2f71c3

Browse files
Bump annotations from 23.1.0 to 24.0.0 (#751)
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 23.1.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.1.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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b6ceb9 commit d2f71c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ shadowJar {
4040

4141
dependencies {
4242
implementation 'com.google.code.findbugs:jsr305:3.0.2'
43-
implementation 'org.jetbrains:annotations:23.1.0'
43+
implementation 'org.jetbrains:annotations:24.0.0'
4444

4545
implementation project(':database')
4646
implementation project(':utils')

0 commit comments

Comments
 (0)