Skip to content

Commit 5b56f81

Browse files
committed
Merge branches 'jsr305', 'dependabot/maven/org.jenkins-ci.plugins-plugin-4.68' and 'dependabot/maven/org.jenkins-ci.plugins-authentication-tokens-1.53.v1c90fd9191a_b_' into octopus
3 parents 0f8d3e7 + 932fa72 + 64efd9e commit 5b56f81

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.55</version>
8+
<version>4.68</version>
99
<relativePath/>
1010
</parent>
1111

@@ -33,7 +33,7 @@
3333
<properties>
3434
<changelist>999999-SNAPSHOT</changelist>
3535
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
36-
<jenkins.version>2.361.4</jenkins.version>
36+
<jenkins.version>2.387.3</jenkins.version>
3737
</properties>
3838

3939
<repositories>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.jenkins-ci.plugins</groupId>
6464
<artifactId>authentication-tokens</artifactId>
65-
<version>1.4</version>
65+
<version>1.53.v1c90fd9191a_b_</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.jenkinsci.plugins</groupId>
@@ -155,8 +155,8 @@
155155
<dependencies>
156156
<dependency>
157157
<groupId>io.jenkins.tools.bom</groupId>
158-
<artifactId>bom-2.361.x</artifactId>
159-
<version>1886.va_11c9f461054</version>
158+
<artifactId>bom-2.387.x</artifactId>
159+
<version>2163.v2d916d90c305</version>
160160
<scope>import</scope>
161161
<type>pom</type>
162162
</dependency>

src/test/java/org/jenkinsci/plugins/docker/commons/credentials/DockerServerCredentialsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
import com.cloudbees.plugins.credentials.common.IdCredentials;
3232
import com.cloudbees.plugins.credentials.domains.Domain;
3333
import com.cloudbees.plugins.credentials.domains.DomainSpecification;
34-
import com.gargoylesoftware.htmlunit.html.HtmlElement;
35-
import com.gargoylesoftware.htmlunit.html.HtmlForm;
34+
import org.htmlunit.html.HtmlElement;
35+
import org.htmlunit.html.HtmlForm;
3636
import hudson.security.ACL;
3737
import hudson.util.Secret;
3838
import org.junit.Rule;

0 commit comments

Comments
 (0)