Skip to content

Commit 74ff843

Browse files
authored
[JENKINS-76295] Allow SSH build agents to connect (#11310)
[JENKINS-76295] Revert "Update dependency commons-io:commons-io to v2.21.0 (#11276)" https://issues.jenkins.io/browse/JENKINS-76295 reports that SSH build agents fail to connect after this change was included. Testing done: * Confirmed that Jenkins 2.537 fails to start an SSH build agent on Debian 13 * Confirmed that with this change reverted, the SSH build agent starts as expected on Debian 13 This reverts commit ab45729.
1 parent bdb06bf commit 74ff843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ THE SOFTWARE.
119119
<dependency>
120120
<groupId>commons-io</groupId>
121121
<artifactId>commons-io</artifactId>
122-
<version>2.21.0</version>
122+
<version>2.20.0</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)