Skip to content

Commit

Permalink
Update dependency org.jenkins-ci.main:jenkins-test-harness to v2272 (j…
Browse files Browse the repository at this point in the history
…enkinsci#9746)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent 6c00956 commit a37868f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>2270.v87a_0ea_b_54da_0</version>
<version>2272.v5db_817b_a_6f0d</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion test/src/test/java/hudson/ClassicPluginStrategyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ protected Collection<String> loadBundledPlugins() {
}
};
setPluginManager(pluginManager);
return new Hudson(home, createWebServer(), pluginManager);
return new Hudson(home, createWebServer2(), pluginManager);
}
};

Expand Down

0 comments on commit a37868f

Please sign in to comment.