Skip to content

Commit

Permalink
Use plugin 4.18. Use Jenkins version 2.222.4. Use managed version of …
Browse files Browse the repository at this point in the history
…script-security plugin.
  • Loading branch information
kinow committed Aug 20, 2021
1 parent d31bf15 commit 190e0a1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.1</version>
<version>4.18</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -36,7 +36,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<phantomjs.executable>phantomjs</phantomjs.executable>
<jenkins.version>2.222.1</jenkins.version>
<jenkins.version>2.222.4</jenkins.version>
<java.level>8</java.level>
</properties>

Expand All @@ -63,8 +63,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.204.x</artifactId>
<version>9</version>
<artifactId>bom-2.222.x</artifactId>
<version>23</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -95,7 +95,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>script-security</artifactId>
<version>1.72</version>
</dependency>
<!-- escaping output of dynamic reference parameters -->
<dependency>
Expand Down

0 comments on commit 190e0a1

Please sign in to comment.