Skip to content

Commit

Permalink
Merge pull request #42 from jonesbusy/feature/update-jenkins-core
Browse files Browse the repository at this point in the history
Require Jenkins Core 2.361.4
  • Loading branch information
jonesbusy authored Dec 2, 2022
2 parents 4b030c2 + cba0be2 commit 82848e3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/bitbucket-kubernetes-credentials-plugin</gitHubRepo>
<jenkins.version>2.361.1</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
</properties>
<name>Bitbucket Credentials - Kubernetes Integration</name>
<description>Integrates bitbucket credentials with the k8s credential provider</description>
Expand Down Expand Up @@ -64,6 +64,7 @@
<dependency>
<groupId>com.cloudbees.jenkins.plugins</groupId>
<artifactId>kubernetes-credentials-provider</artifactId>
<version>1.201.v11b_14c7a_0772</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
Expand Down Expand Up @@ -92,11 +93,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.cloudbees.jenkins.plugins</groupId>
<artifactId>kubernetes-credentials-provider</artifactId>
<version>1.201.v11b_14c7a_0772</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit 82848e3

Please sign in to comment.