Skip to content

Commit

Permalink
Bump JetBrains Annotations to 26.0.1 (#3493)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo authored Dec 12, 2024
1 parent 981b55a commit 4c6fdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HMCLCore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
api("org.nanohttpd:nanohttpd:2.3.1")
api("org.apache.commons:commons-compress:1.25.0")
api("org.jsoup:jsoup:1.18.1")
compileOnlyApi("org.jetbrains:annotations:24.1.0")
compileOnlyApi("org.jetbrains:annotations:26.0.1")

if (JavaVersion.current().isJava8) {
org.gradle.internal.jvm.Jvm.current().toolsJar?.let {
Expand Down

0 comments on commit 4c6fdf4

Please sign in to comment.