Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/net.ltgt.errorprone-4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl authored Jun 28, 2024
2 parents cec3a1b + ffec818 commit 9aa9bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ dependencies {
implementation fileTree(dir: "${cfiPath}/dist", include: "checker-framework-inference.jar")
implementation fileTree(dir: "${cfiPath}/dist", include: "inference-framework-test-lib.jar")
implementation group: 'log4j', name: 'log4j', version: '1.2.17'
implementation 'commons-logging:commons-logging:1.3.1'
implementation 'commons-logging:commons-logging:1.3.2'
testImplementation framework_test_jar
testImplementation 'junit:junit:4.13.2'

errorprone 'com.google.errorprone:error_prone_core:2.27.1'
errorprone 'com.google.errorprone:error_prone_core:2.28.0'
errorproneJavac 'com.google.errorprone:javac:9+181-r4173-1'
}

Expand Down

0 comments on commit 9aa9bd0

Please sign in to comment.