File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ dependencies {
4949 implementation fileTree(dir : " ${ cfPath} /checker/dist" , include : " checker.jar" )
5050 implementation fileTree(dir : " ${ cfiPath} /dist" , include : " checker-framework-inference.jar" )
5151 // sat4j solver dependency
52- implementation ' org.ow2.sat4j:org.ow2.sat4j.core:2.3.5 '
53- implementation ' org.ow2.sat4j:org.ow2.sat4j.maxsat:2.3.5 '
52+ implementation ' org.ow2.sat4j:org.ow2.sat4j.core:2.3.6 '
53+ implementation ' org.ow2.sat4j:org.ow2.sat4j.maxsat:2.3.6 '
5454 // The production code uses the SLF4J logging API at compile time
5555 implementation ' org.slf4j:slf4j-api:1.7.29'
5656 // CF test lib dependency
5757 testImplementation fileTree(dir : " ${ cfPath} /framework-test/build/libs" , include : " framework-test-*.jar" )
58- testImplementation ' junit:junit:4.12 '
58+ testImplementation ' junit:junit:4.13.2 '
5959}
6060
6161sourceSets {
You can’t perform that action at this time.
0 commit comments