Skip to content

Commit

Permalink
fix: avoiding duplicated fingerprints in CodeClimate report
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Sep 17, 2023
1 parent d6369f0 commit 9833efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apply from: project.buildscript.classLoader.getResource('main.gradle').toURI()


dependencies {
api('se.bjurr.violations:violations-git-lib:1.49.3') {
api('se.bjurr.violations:violations-git-lib:1.49.4') {
/**
* Jackson contains class files with more recent java-version in ./META-INF/versions/19
* This causes problems for Shadow when creating fat jar.
Expand Down

0 comments on commit 9833efb

Please sign in to comment.