|
31 | 31 | <properties> |
32 | 32 | <revision>1.29</revision> |
33 | 33 | <changelist>-SNAPSHOT</changelist> |
34 | | - <jenkins.version>2.222.4</jenkins.version> |
| 34 | + <jenkins.version>2.332.1</jenkins.version> |
35 | 35 | <java.level>8</java.level> |
36 | | - <pipeline-model-definition-plugin.version>1.8.1</pipeline-model-definition-plugin.version> |
| 36 | + <pipeline-model-definition-plugin.version>2.2082.v70b_19a_c38c26</pipeline-model-definition-plugin.version> <!-- TODO: https://github.com/jenkinsci/pipeline-model-definition-plugin/pull/529 --> |
| 37 | + <workflow-cps-plugin.version>2699.v7231c3b_4a_231</workflow-cps-plugin.version> <!-- TODO: https://github.com/jenkinsci/workflow-cps-plugin/pull/538 --> |
37 | 38 | </properties> |
38 | 39 | <repositories> |
39 | 40 | <repository> |
|
51 | 52 | <dependencies> |
52 | 53 | <dependency> |
53 | 54 | <groupId>io.jenkins.tools.bom</groupId> |
54 | | - <artifactId>bom-2.222.x</artifactId> |
55 | | - <version>887.vae9c8ac09ff7</version> |
| 55 | + <artifactId>bom-2.332.x</artifactId> |
| 56 | + <version>1382.v7d694476f340</version> |
56 | 57 | <scope>import</scope> |
57 | 58 | <type>pom</type> |
58 | 59 | </dependency> |
59 | | - |
| 60 | + <dependency> |
| 61 | + <!-- TODO: Remove once this version is included in BOM --> |
| 62 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 63 | + <artifactId>script-security</artifactId> |
| 64 | + <version>1172.v35f6a_0b_8207e</version> |
| 65 | + </dependency> |
60 | 66 | </dependencies> |
61 | 67 | </dependencyManagement> |
62 | 68 | <dependencies> |
|
68 | 74 | <dependency> |
69 | 75 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
70 | 76 | <artifactId>workflow-cps</artifactId> |
| 77 | + <version>${workflow-cps-plugin.version}</version> |
71 | 78 | </dependency> |
72 | 79 | <dependency> |
73 | 80 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
|
100 | 107 | <dependency> |
101 | 108 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
102 | 109 | <artifactId>workflow-cps</artifactId> |
| 110 | + <version>${workflow-cps-plugin.version}</version> |
103 | 111 | <classifier>tests</classifier> |
104 | 112 | <scope>test</scope> |
105 | 113 | </dependency> |
|
0 commit comments