Skip to content

Commit 3506f31

Browse files
committed
fix: Cannot parse JSON responses since 1.35.x (refs #11)
1 parent d4f3a8d commit 3506f31

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.8"
2+
id "se.bjurr.gradle.bundle-command-shadow" version "1.6.0"
33
}
44

55
dependencies {
6-
implementation 'se.bjurr.violations:violation-comments-to-bitbucket-cloud-lib:2.0.3'
7-
implementation "se.bjurr.violations:violations-lib:1.160.2"
6+
implementation "se.bjurr.violations:violation-comments-to-bitbucket-cloud-lib:2.0.4"
7+
implementation "se.bjurr.violations:violations-lib:1.160.3"
88
implementation 'se.softhouse:jargo:0.4.14'
99
implementation 'org.slf4j:slf4j-simple:2.0.17'
1010
}

0 commit comments

Comments
 (0)