Skip to content

Commit

Permalink
fix: producing valid sarif format
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jan 15, 2023
1 parent 8abf6e1 commit d43b274
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ project.ext.buildConfig = [
apply from: project.buildscript.classLoader.getResource('main.gradle').toURI()

dependencies {
api 'se.bjurr.violations:violations-lib:1.155.3'
api 'se.bjurr.violations:violations-lib:1.155.4'
api 'org.eclipse.jgit:org.eclipse.jgit:5.13.1.202206130422-r'
api 'de.vandermeer:asciitable:0.3.2'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation 'org.slf4j:slf4j-simple:2.0.2'
testImplementation 'org.assertj:assertj-core:3.24.1'
testImplementation 'org.slf4j:slf4j-simple:2.0.6'
}

0 comments on commit d43b274

Please sign in to comment.