Skip to content

Commit 430aa12

Browse files
committed
Update build.gradle
1 parent 646139e commit 430aa12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

6161
sourceSets {

0 commit comments

Comments
 (0)