Skip to content

Commit b9e48c8

Browse files
authored
Merge pull request #13 from TheNextLvl-net/dependabot/gradle/files/org.jetbrains-annotations-25.0.0
Bump org.jetbrains:annotations from 24.1.0 to 25.0.0 in /files
2 parents ae1fe47 + 63eeada commit b9e48c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/build.gradle.kts

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

2121
dependencies {
2222
compileOnly("org.projectlombok:lombok:1.18.34")
23-
compileOnly("org.jetbrains:annotations:24.1.0")
23+
compileOnly("org.jetbrains:annotations:25.0.0")
2424

2525
api(project(":utils"))
2626
compileOnly(project(":annotations"))

0 commit comments

Comments
 (0)