Skip to content

Commit e891888

Browse files
Update dependency org.jetbrains:annotations to v26.0.2-1 (#229)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a155acd commit e891888

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ allprojects {
2828
implementation("com.github.cryptomorin:XSeries:13.3.3")
2929

3030
// Other dependencies that are not required or already available at runtime
31-
compileOnly("org.jetbrains:annotations:26.0.2")
31+
compileOnly("org.jetbrains:annotations:26.0.2-1")
3232
compileOnly("org.projectlombok:lombok:1.18.40")
3333
// This is needed for XSkin, but isnt added to the XSeries jar, potentially a bug that will be fixed in a later release
3434
compileOnly("com.mojang:authlib:1.5.25")

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation("org.apache.commons:commons-lang3:3.18.0")
1717

1818
// Other dependencies that are not required or already available at runtime
19-
compileOnly("org.jetbrains:annotations:26.0.2")
19+
compileOnly("org.jetbrains:annotations:26.0.2-1")
2020
compileOnly("org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT")
2121
}
2222

0 commit comments

Comments
 (0)