Skip to content

Commit

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

Update dependency org.jetbrains:annotations to v26
  • Loading branch information
AlexProgrammerDE authored Oct 23, 2024
2 parents ed27004 + ccacda3 commit 5bb249e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ java {
}

dependencies {
implementation("org.jetbrains:annotations:24.1.0")
implementation("org.jetbrains:annotations:26.0.1")

compileOnly("org.projectlombok:lombok:1.18.34")
annotationProcessor("org.projectlombok:lombok:1.18.34")
Expand Down

0 comments on commit 5bb249e

Please sign in to comment.