Skip to content

Commit 0af9e81

Browse files
Bump org.jetbrains:annotations from 24.1.0 to 26.0.1 (#1181)
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.1.0 to 26.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.1.0...26.0.1) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 065f372 commit 0af9e81

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:24.1.0'
43+
implementation 'org.jetbrains:annotations:26.0.1'
4444

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

0 commit comments

Comments
 (0)