Skip to content

Commit c4e4ef2

Browse files
authored
Merge pull request #17 from TheNextLvl-net/dependabot/gradle/utils/org.jetbrains-annotations-25.0.0
Bump org.jetbrains:annotations from 24.1.0 to 25.0.0 in /utils
2 parents 97748d3 + 57222a9 commit c4e4ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
dependencies {
2121
compileOnly("org.projectlombok:lombok:1.18.34")
22-
compileOnly("org.jetbrains:annotations:24.1.0")
22+
compileOnly("org.jetbrains:annotations:25.0.0")
2323
compileOnly(project(":annotations"))
2424

2525
annotationProcessor("org.projectlombok:lombok:1.18.34")

0 commit comments

Comments
 (0)