File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ java_cup = "java_cup:java_cup:0.9e"
29
29
javax-annotation-api = { module = " javax.annotation:javax.annotation-api" , version = { strictly = " 1.3.2" } }
30
30
jericho-html = " net.htmlparser.jericho:jericho-html:3.2"
31
31
json = " org.json:json:20240303"
32
- jspecify = " org.jspecify:jspecify:0.3 .0"
32
+ jspecify = " org.jspecify:jspecify:1.0 .0"
33
33
junit-bom = " org.junit:junit-bom:5.10.2"
34
34
junit-jupiter-api = { module = " org.junit.jupiter:junit-jupiter-api" }
35
35
junit-jupiter-engine = { module = " org.junit.jupiter:junit-jupiter-engine" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
eclipse.project.natures(" org.eclipse.pde.PluginNature" )
8
8
9
9
dependencies {
10
- compileOnly (libs.jspecify)
10
+ api (libs.jspecify)
11
11
javadocClasspath(projects.core)
12
12
testImplementation(libs.hamcrest)
13
13
testImplementation(libs.junit.jupiter.api)
You can’t perform that action at this time.
0 commit comments