Skip to content

Commit 1ae1a07

Browse files
Bump org.jetbrains:annotations from 24.1.0 to 25.0.0 in /i18n
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.1.0 to 25.0.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@24.1.0...25.0.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68765f8 commit 1ae1a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
compileOnlyApi("net.kyori:adventure-text-minimessage:4.17.0")
2929

3030
compileOnly("org.projectlombok:lombok:1.18.34")
31-
compileOnly("org.jetbrains:annotations:24.1.0")
31+
compileOnly("org.jetbrains:annotations:25.0.0")
3232

3333
testImplementation("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
3434
testImplementation(project(":utils"))

0 commit comments

Comments
 (0)