Skip to content

Commit af166fe

Browse files
committed
fix: docfx, message_severity
1 parent bfedc62 commit af166fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
plugins {
2-
id "se.bjurr.gradle.bundle-command-shadow" version "1.3.0"
2+
id "se.bjurr.gradle.bundle-command-shadow" version "1.3.3"
33
}
44

55
dependencies {
66
implementation 'se.bjurr.violations:violation-comments-to-bitbucket-cloud-lib:2.0.3'
7-
implementation "se.bjurr.violations:violations-lib:1.160.0"
7+
implementation "se.bjurr.violations:violations-lib:1.160.2"
88
implementation 'se.softhouse:jargo:0.4.14'
99
implementation 'org.slf4j:slf4j-simple:2.0.17'
1010
}
@@ -20,4 +20,4 @@ staticCodeAnalysisExtension {
2020

2121
javaExtension {
2222
javaVersion = 17
23-
}
23+
}

0 commit comments

Comments
 (0)