Skip to content

Commit bf23930

Browse files
build(deps): bump org.jetbrains:annotations from 26.0.1 to 26.1.0 (#1417)
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.1 to 26.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@26.0.1...26.1.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6a2657 commit bf23930

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

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

0 commit comments

Comments
 (0)