Skip to content

Commit

Permalink
Merge pull request #7 from Foulest/dependabot/gradle/org.jetbrains-an…
Browse files Browse the repository at this point in the history
…notations-25.0.0
  • Loading branch information
Foulest authored Sep 25, 2024
2 parents c5d12bd + 716e1fb commit 526e96d
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: '24.1.0'
compileOnly group: 'org.jetbrains', name: 'annotations', version: '25.0.0'

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

0 comments on commit 526e96d

Please sign in to comment.