Skip to content

Commit dee0632

Browse files
committed
Forward compatibility with Guice 7
1 parent 3051924 commit dee0632

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

plugin/pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,11 @@
4949
<dependencies>
5050
<dependency>
5151
<groupId>io.jenkins.tools.bom</groupId>
52-
<artifactId>bom-2.387.x</artifactId>
53-
<version>2378.v3e03930028f2</version>
52+
<artifactId>bom-2.414.x</artifactId>
53+
<version>2705.vf5c48c31285b_</version>
5454
<scope>import</scope>
5555
<type>pom</type>
5656
</dependency>
57-
<!-- TODO until in BOM: -->
58-
<dependency>
59-
<groupId>org.jenkins-ci.plugins</groupId>
60-
<artifactId>support-core</artifactId>
61-
<version>1366.v9d076592655d</version>
62-
</dependency>
6357
</dependencies>
6458
</dependencyManagement>
6559
<dependencies>

plugin/src/test/java/org/jenkinsci/plugins/workflow/cps/steps/RestartingLoadStepTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package org.jenkinsci.plugins.workflow.cps.steps;
22

33
import edu.umd.cs.findbugs.annotations.CheckForNull;
4-
import javax.inject.Inject;
4+
import jakarta.inject.Inject;
55
import groovy.lang.GroovyShell;
66
import hudson.FilePath;
77
import hudson.model.Result;

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<properties>
4242
<changelist>999999-SNAPSHOT</changelist>
4343
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
44-
<jenkins.version>2.387.3</jenkins.version>
44+
<jenkins.version>2.414.3</jenkins.version>
4545
<groovy.version>2.4.21</groovy.version> <!-- TODO: Add org.codehaus.groovy:groovy and org.codehaus.groovy:groovy:sources to Jenkins core BOM so this can be deleted? (currently it only specifies groovy-all) -->
4646
</properties>
4747
<modules>

0 commit comments

Comments
 (0)