Skip to content

Commit

Permalink
Bump com.puppycrawl.tools:checkstyle from 10.14.0 to 10.14.1 (jenkins…
Browse files Browse the repository at this point in the history
…ci#9033)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 12, 2024
1 parent f7cfb7e commit 61a8fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ THE SOFTWARE.
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.14.0</version>
<version>10.14.1</version>
</dependency>
</dependencies>
<executions>
Expand Down
3 changes: 2 additions & 1 deletion test/src/test/java/hudson/tasks/FingerprinterTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ public boolean perform(AbstractBuild<?, ?> build, Launcher launcher, BuildListen
FreeStyleBuild downstreamBuild = j.buildAndAssertSuccess(downstream);

String oldUpstreamName = upstream.getName();
String oldDownstreamName = downstream.getName();

// Verify that owner entry in fingerprint record is changed
// after source project is renamed
Expand All @@ -274,6 +273,8 @@ public boolean perform(AbstractBuild<?, ?> build, Launcher launcher, BuildListen
assertNotEquals(f.getOriginal().getName(), oldUpstreamName);
}

String oldDownstreamName = downstream.getName();

// Verify that usage entry in fingerprint record is changed after
// sink project is renamed
downstream.renameTo(renamedProject2);
Expand Down

0 comments on commit 61a8fed

Please sign in to comment.