Skip to content

Commit 8836edf

Browse files
Bump org.jetbrains:annotations from 26.0.1 to 26.0.2
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.1 to 26.0.2. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@26.0.1...26.0.2) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 02afee1 commit 8836edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

3434
dependencies {
3535
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
36-
compileOnly "org.jetbrains:annotations:26.0.1"
36+
compileOnly "org.jetbrains:annotations:26.0.2"
3737
compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.36"))
3838
compileOnly "net.raphimc:ViaProxy:3.4.0-SNAPSHOT"
3939
include "net.lenni0451.commons:gson:1.7.0-SNAPSHOT"

0 commit comments

Comments
 (0)