Skip to content

Commit f82d4fb

Browse files
committed
increased binary compatibility check version to 3.5.0
1 parent 8520dd9 commit f82d4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<!-- globally set version for checking binary compatibility against -->
249249
<!-- whoever changes this to ${revision} or ${project.version} is responsible for API breakage caused by this! -->
250250
<!-- in other words: never do that here! exclude the 'breakages' locally in the japicmp maven plugin if you intentionally break something -->
251-
<binary-compatibility-check.version>3.4.0</binary-compatibility-check.version>
251+
<binary-compatibility-check.version>3.5.0</binary-compatibility-check.version>
252252
<!-- skip until first release: -->
253253
<binary-compatibility-check.skip>false</binary-compatibility-check.skip>
254254

0 commit comments

Comments
 (0)