Skip to content

Commit

Permalink
fix: producing valid sarif format (refs #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jan 15, 2023
1 parent 2230085 commit ba16979
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 @@ -28,8 +28,8 @@ apply from: project.buildscript.classLoader.getResource('main.gradle').toURI()


dependencies {
api 'se.bjurr.violations:violations-git-lib:1.47.2'
api 'se.bjurr.violations:violations-git-lib:1.47.3'
api 'se.softhouse:jargo:0.4.14'
api 'org.slf4j:slf4j-simple:2.0.2'
api 'org.slf4j:slf4j-simple:2.0.6'
testImplementation 'junit:junit:4.13.2'
}

0 comments on commit ba16979

Please sign in to comment.