Skip to content

Commit

Permalink
Merge pull request #81 from assofohdz/dependabot/gradle/org.jetbrains…
Browse files Browse the repository at this point in the history
…-annotations-25.0.0

Bump org.jetbrains:annotations from 16.0.2 to 25.0.0
  • Loading branch information
assofohdz authored Oct 8, 2024
2 parents 3e967a8 + 2c8747d commit 3e4db46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infinity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version = "1.0.0"
applicationDefaultJvmArgs = ["-Xmx1024m", "-Xms512m", "-XX:MaxDirectMemorySize=1024m", "--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED"]

dependencies {
implementation "org.jetbrains:annotations:16.0.2"
implementation "org.jetbrains:annotations:25.0.0"
// logging
implementation "org.slf4j:slf4j-api:$slf4jVersion"
implementation "org.apache.logging.log4j:log4j-api:$log4jVersion"
Expand Down

0 comments on commit 3e4db46

Please sign in to comment.