Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update dependency org.jetbrains:annotations to v23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 17, 2022
1 parent 703bc2c commit d9dcd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/remi-module.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains:annotations:23.0.0")
implementation("org.jetbrains:annotations:23.1.0")
implementation("org.slf4j:slf4j-api:2.0.6")

// test deps
Expand Down

0 comments on commit d9dcd34

Please sign in to comment.