Skip to content

Commit bcbe631

Browse files
Bump minimum supported remoting version (#26034)
1 parent 5312d24 commit bcbe631

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ THE SOFTWARE.
4040

4141
<properties>
4242
<!-- Minimum Remoting version, which is tested for API compatibility, duplicated so that renovate only updates the latest remoting version property -->
43-
<remoting.minimum.supported.version>3107.v665000b_51092</remoting.minimum.supported.version>
43+
<remoting.minimum.supported.version>3176.v207ec082a_8c0</remoting.minimum.supported.version>
4444
<!-- Filled in by jacoco-maven-plugin -->
4545
<jacocoSurefireArgs />
4646
</properties>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ THE SOFTWARE.
3939
<properties>
4040
<mavenDebug>false</mavenDebug>
4141
<!-- Minimum Remoting version, which is tested for API compatibility, duplicated so that renovate only updates the latest remoting version property -->
42-
<remoting.minimum.supported.version>3107.v665000b_51092</remoting.minimum.supported.version>
42+
<remoting.minimum.supported.version>3176.v207ec082a_8c0</remoting.minimum.supported.version>
4343
<!-- Filled in by jacoco-maven-plugin -->
4444
<jacocoSurefireArgs />
4545
<!--

war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ THE SOFTWARE.
4848
<port>8080</port>
4949
<mina-sshd-api.version>2.16.0-167.va_269f38cc024</mina-sshd-api.version>
5050
<!-- Minimum Remoting version, which is tested for API compatibility, duplicated so that renovate only updates the latest remoting version property -->
51-
<remoting.minimum.supported.version>3107.v665000b_51092</remoting.minimum.supported.version>
51+
<remoting.minimum.supported.version>3176.v207ec082a_8c0</remoting.minimum.supported.version>
5252

5353
</properties>
5454

0 commit comments

Comments
 (0)