Skip to content

Commit

Permalink
Merge pull request #20 from Foulest/dependabot/gradle/org.jetbrains-a…
Browse files Browse the repository at this point in the history
…nnotations-26.0.2

Bump org.jetbrains:annotations from 26.0.1 to 26.0.2
  • Loading branch information
Foulest authored Jan 23, 2025
2 parents 596fe8f + 771685d commit 9d35083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {

// JetBrains Annotations - for code inspection and documentation
// https://mvnrepository.com/artifact/org.jetbrains/annotations
compileOnly group: 'org.jetbrains', name: 'annotations', version: '26.0.1'
compileOnly group: 'org.jetbrains', name: 'annotations', version: '26.0.2'

// Lombok - for reducing boilerplate code
// https://projectlombok.org
Expand Down

0 comments on commit 9d35083

Please sign in to comment.