Skip to content

Commit

Permalink
Merge pull request #9 from Foulest/dependabot/gradle/org.jetbrains-an…
Browse files Browse the repository at this point in the history
…notations-26.0.1

Bump org.jetbrains:annotations from 26.0.0 to 26.0.1
  • Loading branch information
Foulest authored Oct 15, 2024
2 parents d7641bd + 6d82488 commit 35fc723
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 @@ -70,7 +70,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.0'
compileOnly group: 'org.jetbrains', name: 'annotations', version: '26.0.1'

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

0 comments on commit 35fc723

Please sign in to comment.