Skip to content

Commit

Permalink
Increase minimum required Remoting version from 4.7 to 4.13 (#8484)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Sep 20, 2023
1 parent 2a07b98 commit 09d8e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ THE SOFTWARE.
<!-- Bundled Remoting version -->
<remoting.version>3148.v532a_7e715ee3</remoting.version>
<!-- Minimum Remoting version, which is tested for API compatibility -->
<remoting.minimum.supported.version>4.7</remoting.minimum.supported.version>
<remoting.minimum.supported.version>4.13</remoting.minimum.supported.version>

<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Medium</spotbugs.threshold>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ THE SOFTWARE.
<artifactItem>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>4.6</version>
<version>4.12</version>
<type>jar</type>
<outputDirectory>${project.build.outputDirectory}/old-remoting</outputDirectory>
<destFileName>remoting-unsupported.jar</destFileName>
Expand Down

0 comments on commit 09d8e23

Please sign in to comment.