Skip to content

Commit e0924f3

Browse files
authored
Merge pull request #263 from MarkEWaite/require-jenkins-2.504.3-or-newer
Require Jenkins 2.504.3 or newer
2 parents b901942 + adff45c commit e0924f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<revision>2.41</revision>
3838
<changelist>-SNAPSHOT</changelist>
3939
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
40-
<jenkins.baseline>2.479</jenkins.baseline>
40+
<jenkins.baseline>2.504</jenkins.baseline>
4141
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
4242
<hpi.bundledArtifacts>active-directory,ado20,com4j</hpi.bundledArtifacts>
4343
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>io.jenkins.tools.bom</groupId>
5050
<artifactId>bom-${jenkins.baseline}.x</artifactId>
51-
<version>5054.v620b_5d2b_d5e6</version>
51+
<version>5577.vea_979d35b_b_ff</version>
5252
<scope>import</scope>
5353
<type>pom</type>
5454
</dependency>

src/test/java/hudson/plugins/active_directory/ActiveDirectoryJCasCCompatibilityFIPSModeShortPasswordTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void checkOfIncorrectConfigurationsWithShortPasswordInFIPSMode() throws T
2929
String resourceContent = getResourceContent(resourcePath);
3030
Assert.assertNotNull(resourcePath);
3131
Assert.assertNotNull(resourceContent);
32-
r.then(step -> assertThrows(IllegalStateException.class, () -> configureWithResource(resourcePath)));
32+
r.then(step -> assertThrows(ConfiguratorException.class, () -> configureWithResource(resourcePath)));
3333
}
3434

3535
private String getResourceContent(String resourcePath) throws IOException {

0 commit comments

Comments
 (0)