Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/JENKINS-73968' into JENKINS-73968
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomomdahan committed Oct 27, 2024
2 parents 1c171fa + 449a69b commit 3aee937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.76</version>
<version>4.88</version>
</parent>

<artifactId>cloudbees-disk-usage-simple</artifactId>
Expand Down Expand Up @@ -124,7 +124,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.3</version>
<version>4.6</version>
<configuration>
<header>LICENSE.txt</header>
<mapping>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import org.kohsuke.stapler.StaplerResponse;
import org.kohsuke.stapler.interceptor.RequirePOST;

import javax.inject.Singleton;
import jakarta.inject.Singleton;
import javax.servlet.ServletException;
import java.io.File;
import java.io.IOException;
Expand Down

0 comments on commit 3aee937

Please sign in to comment.