Skip to content

Commit

Permalink
Merge pull request #8 from Knerio/renovate/org.jetbrains-annotations-…
Browse files Browse the repository at this point in the history
…24.x

Update dependency org.jetbrains:annotations to v24.1.0
  • Loading branch information
Knerio authored May 28, 2024
2 parents d239e1c + aad720c commit 13e04ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ repositories {

dependencies {
implementation("org.projectlombok:lombok:1.18.32")
implementation("org.jetbrains:annotations:24.0.0")
implementation("org.jetbrains:annotations:24.0.0")
implementation("org.jetbrains:annotations:24.1.0")
implementation("org.jetbrains:annotations:24.1.0")
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.assertj:assertj-core:3.26.0")
Expand Down

0 comments on commit 13e04ea

Please sign in to comment.