Skip to content

Commit 56dfee8

Browse files
Bump annotations from 23.0.0 to 23.1.0 (#718)
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 23.0.0 to 23.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@23.0.0...23.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a061b3c commit 56dfee8

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

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

0 commit comments

Comments
 (0)