[*] Migrate to jspecify annotations
This commit is contained in:
@@ -4,6 +4,7 @@ asm = "9.7"
|
||||
autoservice = "1.1.1"
|
||||
java = "8"
|
||||
jetbrains-annotations = "26.0.1"
|
||||
jspecify = "1.0.0"
|
||||
junit = "5.12.0"
|
||||
lombok = "1.18.34"
|
||||
mockito = "5.14.2"
|
||||
@@ -19,6 +20,7 @@ asm-core = { group = "org.ow2.asm", name = "asm", version.ref = "asm" }
|
||||
autoservice-annotations = { group = "com.google.auto.service", name = "auto-service-annotations", version.ref = "autoservice" }
|
||||
autoservice-processor = { group = "com.google.auto.service", name = "auto-service", version.ref = "autoservice" }
|
||||
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version.ref = "jetbrains-annotations" }
|
||||
jspecify-annotations = { group = "org.jspecify", name = "jspecify", version.ref = "jspecify" }
|
||||
junit-platform = { group = "org.junit", name = "junit-bom", version.ref = "junit" }
|
||||
junit-core = { group = "org.junit.jupiter", name = "junit-jupiter" }
|
||||
junit-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
|
||||
|
||||
Reference in New Issue
Block a user