Skip to content

Commit 2decd6f

Browse files
committed
fix: missing MessageBodyReader
1 parent 9caeb50 commit 2decd6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
api 'se.bjurr.violations:violation-comments-lib:1.109.1'
99
api 'se.bjurr.bitbucketcloud:bitbucket-cloud-java-rest-api:2.0.0'
1010
api 'org.jboss.resteasy:resteasy-client:6.2.12.Final'
11-
api 'org.jboss.resteasy:resteasy-jaxrs:3.15.6.Final'
11+
api 'org.jboss.resteasy:resteasy-multipart-provider:6.2.12.Final'
1212
api 'org.slf4j:slf4j-simple:2.0.17'
1313

1414
testImplementation 'junit:junit:4.13.2'

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
#Thu Jul 17 16:37:42 CEST 2025
2+
#Thu Jul 17 16:52:40 CEST 2025
33
description=Library that adds violation comments from static code analysis to Bitbucket Cloud.
44
group=se.bjurr.violations
55
maxViolations=4
66
sourceCompatibility=11
77
targetCompatibility=11
8-
version=2.0.1
8+
version=2.0.2

0 commit comments

Comments
 (0)