Skip to content

Commit

Permalink
Update dependency org.jetbrains:annotations to v26.0.2 (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent faf3077 commit fb92771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
implementation("mysql:mysql-connector-java:8.0.33")
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.1")
compileOnly("org.jetbrains", "annotations", "26.0.1")
compileOnly("org.jetbrains", "annotations", "26.0.2")
implementation("org.xerial", "sqlite-jdbc", "3.48.0.0")
implementation("org.postgresql", "postgresql", "42.7.5")
implementation("com.zaxxer", "HikariCP", "6.2.1")
Expand Down

0 comments on commit fb92771

Please sign in to comment.