Skip to content

Commit

Permalink
fix(deps): bump jenkins/jenkins from 2.240 to 2.241 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Jun 19, 2020
1 parent 93ee753 commit eb87748
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jenkins/jenkins:2.240
FROM jenkins/jenkins:2.241

ARG DEV_HOST=localhost
ARG CREATE_ADMIN=true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jenkins/jenkins:2.240-alpine
FROM jenkins/jenkins:2.241-alpine

ARG DEV_HOST=localhost
ARG CREATE_ADMIN=true
Expand Down
4 changes: 2 additions & 2 deletions master/plugins.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
authorize-project:1.3.0
blueocean:1.23.1
cloudbees-folder:6.13
cloudbees-folder:6.14
configuration-as-code:1.41
configuration-as-code-groovy:1.1
git:4.2.2
Expand All @@ -12,7 +12,7 @@ locale:1.4
mailer:1.32
matrix-auth:2.6.1
maven-plugin:3.6
ownership:0.12.1
ownership:0.13.0
pipeline-utility-steps:2.6.0
role-strategy:3.0
security-inspector:0.5
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.2</version>
<version>4.3</version>
</parent>

<groupId>com.cx.jenkins.image</groupId>
Expand All @@ -22,7 +22,7 @@
</scm>

<properties>
<jenkins.version>2.240</jenkins.version>
<jenkins.version>2.241</jenkins.version>
<java.level>8</java.level>
<groovy.version>2.4.19</groovy.version>
</properties>
Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>cloudbees-folder</artifactId>
<version>6.13</version>
<version>6.14</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down Expand Up @@ -229,7 +229,7 @@
<dependency>
<groupId>com.synopsys.jenkinsci</groupId>
<artifactId>ownership</artifactId>
<version>0.12.1</version>
<version>0.13.0</version>
<exclusions>
<exclusion>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit eb87748

Please sign in to comment.