|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.jenkins-ci.plugins</groupId>
|
7 | 7 | <artifactId>plugin</artifactId>
|
8 |
| - <version>3.5</version> |
| 8 | + <version>3.7</version> |
9 | 9 | <relativePath />
|
10 | 10 | </parent>
|
11 | 11 |
|
|
14 | 14 | <packaging>hpi</packaging>
|
15 | 15 |
|
16 | 16 | <properties>
|
17 |
| - <jenkins.version>2.89.4</jenkins.version> |
| 17 | + <jenkins.version>2.107.1</jenkins.version> |
18 | 18 | <java.level>8</java.level>
|
19 |
| - <jenkins-test-harness.version>2.34</jenkins-test-harness.version> |
| 19 | + <jenkins-test-harness.version>2.37</jenkins-test-harness.version> |
20 | 20 | <hpi-plugin.version>2.2</hpi-plugin.version>
|
21 | 21 | <stapler-plugin.version>1.17</stapler-plugin.version>
|
22 | 22 | </properties>
|
|
77 | 77 | <dependency>
|
78 | 78 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
79 | 79 | <artifactId>workflow-cps</artifactId>
|
80 |
| - <version>2.45</version> |
| 80 | + <version>2.47</version> |
81 | 81 | </dependency>
|
82 | 82 |
|
83 | 83 | <dependency>
|
84 | 84 | <groupId>org.jenkins-ci.plugins</groupId>
|
85 | 85 | <artifactId>github-branch-source</artifactId>
|
86 |
| - <version>2.3.2</version> |
| 86 | + <version>2.3.3</version> |
87 | 87 | </dependency>
|
88 | 88 |
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
91 | 91 | <artifactId>workflow-job</artifactId>
|
92 |
| - <version>2.16</version> |
| 92 | + <version>2.18</version> |
93 | 93 | </dependency>
|
94 | 94 |
|
95 | 95 | <!-- GitHub Client Dependencies -->
|
96 | 96 | <dependency>
|
97 | 97 | <groupId>org.eclipse.mylyn.github</groupId>
|
98 | 98 | <artifactId>org.eclipse.egit.github.core</artifactId>
|
99 |
| - <version>4.10.0.201712302008-r</version> |
| 99 | + <version>4.11.0.201803080745-r</version> |
100 | 100 | </dependency>
|
101 | 101 |
|
102 | 102 | <dependency>
|
|
116 | 116 | <dependency>
|
117 | 117 | <groupId>org.jenkins-ci.plugins</groupId>
|
118 | 118 | <artifactId>token-macro</artifactId>
|
119 |
| - <version>2.3</version> |
| 119 | + <version>2.4</version> |
120 | 120 | <scope>test</scope>
|
121 | 121 | </dependency>
|
122 | 122 |
|
|
0 commit comments