Skip to content

Commit

Permalink
Bump com.puppycrawl.tools:checkstyle from 10.15.0 to 10.16.0 (#9208)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
  • Loading branch information
dependabot[bot] and MarkEWaite committed Apr 29, 2024
1 parent 26027f0 commit cabf1a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/hudson/model/WorkspaceCleanupThread.java
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private static class CleanupOldWorkspaces extends MasterToSlaveFileCallable<Void

private final int retentionInDays;

public CleanupOldWorkspaces(int retentionInDays) {
CleanupOldWorkspaces(int retentionInDays) {
this.retentionInDays = retentionInDays;
}

Expand Down Expand Up @@ -171,7 +171,7 @@ private static class ShouldBeDeletedFilter implements FileFilter, Serializable {

private final String workspaceBaseName;

public ShouldBeDeletedFilter(int retentionInDays, String workspaceBaseName) {
ShouldBeDeletedFilter(int retentionInDays, String workspaceBaseName) {
this.retentionInDays = retentionInDays;
this.workspaceBaseName = workspaceBaseName;
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ THE SOFTWARE.
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.15.0</version>
<version>10.16.0</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit cabf1a9

Please sign in to comment.