Skip to content

Commit

Permalink
Track API compat against last release (1.15.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed May 24, 2022
1 parent 103d786 commit b0ac5e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.14.3</version>
<version>1.15.1</version>
<type>jar</type>
</dependency>
</oldVersion>
Expand All @@ -208,9 +208,9 @@
<onlyModified>false</onlyModified>
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
<excludes>
<!-- <excludes>
<exclude>@java.lang.Deprecated</exclude>
</excludes>
</excludes> -->
<overrideCompatibilityChangeParameters>
<!-- allows new default and move to default methods. compatible as long as existing binaries aren't making calls via reflection. if so, they need to catch errors anyway. -->
<overrideCompatibilityChangeParameter>
Expand Down

0 comments on commit b0ac5e0

Please sign in to comment.