Skip to content

Commit

Permalink
Merge pull request #108 from PierreBtz/pbeitz/bump-core
Browse files Browse the repository at this point in the history
[chore] Bump core to 2.452.4
  • Loading branch information
PierreBtz authored Oct 25, 2024
2 parents 11c8a90 + 3b3cc57 commit ddb377e
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 All @@ -44,7 +44,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/cloudbees-disk-usage-simple-plugin</gitHubRepo>
<jenkins.version>2.361.4</jenkins.version>
<jenkins.version>2.452.4</jenkins.version>
</properties>

<licenses>
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 ddb377e

Please sign in to comment.