|
3 | 3 | <parent> |
4 | 4 | <groupId>org.jenkins-ci.plugins</groupId> |
5 | 5 | <artifactId>plugin</artifactId> |
6 | | - <version>3.43</version> |
| 6 | + <version>4.1</version> |
7 | 7 | <relativePath /> |
8 | 8 | </parent> |
9 | 9 | <artifactId>junit</artifactId> |
|
15 | 15 | <properties> |
16 | 16 | <revision>1.29</revision> |
17 | 17 | <changelist>-SNAPSHOT</changelist> |
18 | | - <jenkins.version>2.138.4</jenkins.version> |
| 18 | + <jenkins.version>2.164.3</jenkins.version> |
19 | 19 | <java.level>8</java.level> |
20 | 20 | <no-test-jar>false</no-test-jar> |
21 | | - <workflow-cps.version>2.66</workflow-cps.version> |
22 | | - <workflow-support.version>3.2</workflow-support.version> |
23 | 21 | </properties> |
24 | 22 | <licenses> |
25 | 23 | <license> |
|
49 | 47 | <dependency> |
50 | 48 | <groupId>org.jenkins-ci.plugins</groupId> |
51 | 49 | <artifactId>structs</artifactId> |
52 | | - <version>1.17</version> |
53 | 50 | </dependency> |
54 | 51 | <dependency> |
55 | 52 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
56 | 53 | <artifactId>workflow-step-api</artifactId> |
57 | | - <version>2.19</version> |
58 | 54 | </dependency> |
59 | 55 | <dependency> |
60 | 56 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
61 | 57 | <artifactId>workflow-api</artifactId> |
62 | | - <version>2.34</version> |
63 | 58 | </dependency> |
64 | 59 | <dependency> |
65 | 60 | <groupId>org.jenkins-ci.plugins</groupId> |
66 | 61 | <artifactId>script-security</artifactId> |
67 | | - <version>1.56</version> |
68 | 62 | </dependency> |
69 | 63 | <dependency> |
70 | 64 | <groupId>org.mockito</groupId> |
71 | 65 | <artifactId>mockito-core</artifactId> |
72 | 66 | <scope>test</scope> |
73 | | - <exclusions> |
74 | | - <exclusion> |
75 | | - <groupId>org.hamcrest</groupId> |
76 | | - <artifactId>hamcrest-core</artifactId> |
77 | | - </exclusion> |
78 | | - </exclusions> |
79 | 67 | </dependency> |
80 | 68 | <dependency> |
81 | 69 | <groupId>org.jenkins-ci.plugins</groupId> |
82 | 70 | <artifactId>matrix-project</artifactId> |
83 | | - <version>1.3</version> |
84 | 71 | <scope>test</scope> |
85 | 72 | </dependency> |
86 | 73 | <dependency> |
87 | 74 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
88 | 75 | <artifactId>workflow-cps</artifactId> |
89 | | - <version>${workflow-cps.version}</version> |
90 | 76 | <scope>test</scope> |
91 | 77 | </dependency> |
92 | 78 | <dependency> |
93 | 79 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
94 | 80 | <artifactId>workflow-job</artifactId> |
95 | | - <version>2.32</version> |
96 | 81 | <scope>test</scope> |
97 | 82 | </dependency> |
98 | 83 | <dependency> |
99 | 84 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
100 | 85 | <artifactId>workflow-cps</artifactId> |
101 | | - <version>${workflow-cps.version}</version> |
102 | 86 | <classifier>tests</classifier> |
103 | 87 | <scope>test</scope> |
104 | 88 | </dependency> |
105 | 89 | <dependency> |
106 | 90 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
107 | 91 | <artifactId>workflow-basic-steps</artifactId> |
108 | | - <version>2.15</version> |
109 | 92 | <scope>test</scope> |
110 | 93 | </dependency> |
111 | 94 | <dependency> |
112 | 95 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
113 | 96 | <artifactId>workflow-support</artifactId> |
114 | | - <version>${workflow-support.version}</version> |
115 | | - <scope>test</scope> |
116 | | - </dependency> |
117 | | - <dependency> |
118 | | - <groupId>org.jenkins-ci.plugins.workflow</groupId> |
119 | | - <artifactId>workflow-support</artifactId> |
120 | | - <version>${workflow-support.version}</version> |
121 | 97 | <classifier>tests</classifier> |
122 | 98 | <scope>test</scope> |
123 | 99 | </dependency> |
124 | 100 | <dependency> |
125 | 101 | <groupId>org.jenkins-ci.plugins</groupId> |
126 | 102 | <artifactId>pipeline-stage-step</artifactId> |
127 | | - <version>2.2</version> |
| 103 | + <version>2.3</version> |
128 | 104 | <scope>test</scope> |
129 | 105 | </dependency> |
130 | 106 | <dependency> |
131 | 107 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
132 | 108 | <artifactId>workflow-durable-task-step</artifactId> |
133 | | - <version>2.28</version> |
134 | 109 | <scope>test</scope> |
135 | 110 | </dependency> |
136 | 111 | </dependencies> |
| 112 | + <dependencyManagement> |
| 113 | + <dependencies> |
| 114 | + <dependency> |
| 115 | + <groupId>io.jenkins.tools.bom</groupId> |
| 116 | + <artifactId>bom-2.164.x</artifactId> |
| 117 | + <version>9</version> |
| 118 | + <scope>import</scope> |
| 119 | + <type>pom</type> |
| 120 | + </dependency> |
| 121 | + </dependencies> |
| 122 | + </dependencyManagement> |
137 | 123 | </project> |
0 commit comments