diff --git a/build.gradle b/build.gradle index 4ade845..a22d2c2 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }