We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0204c2 commit 475ac4bCopy full SHA for 475ac4b
build.gradle
@@ -8,6 +8,7 @@ dependencies {
8
api 'se.bjurr.violations:violation-comments-lib:1.109.1'
9
api 'se.bjurr.bitbucketcloud:bitbucket-cloud-java-rest-api:2.0.0'
10
api 'org.jboss.resteasy:resteasy-client:6.2.12.Final'
11
+ api 'org.jboss.resteasy:resteasy-jaxrs:3.15.6.Final'
12
api 'org.slf4j:slf4j-simple:2.0.17'
13
14
testImplementation 'junit:junit:4.13.2'
gradle.properties
@@ -1,8 +1,8 @@
1
#
2
-#Thu Jul 17 16:34:50 CEST 2025
+#Thu Jul 17 16:37:42 CEST 2025
3
description=Library that adds violation comments from static code analysis to Bitbucket Cloud.
4
group=se.bjurr.violations
5
maxViolations=4
6
sourceCompatibility=11
7
targetCompatibility=11
-version=2.0.0
+version=2.0.1
0 commit comments