|
4 | 4 | <parent>
|
5 | 5 | <groupId>org.jenkins-ci.plugins</groupId>
|
6 | 6 | <artifactId>plugin</artifactId>
|
7 |
| - <version>4.47</version> |
| 7 | + <version>4.53</version> |
8 | 8 | <relativePath />
|
9 | 9 | </parent>
|
10 | 10 | <artifactId>github-branch-source</artifactId>
|
|
24 | 24 | <changelist>999999-SNAPSHOT</changelist>
|
25 | 25 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
|
26 | 26 | <hpi.compatibleSinceVersion>2.2.0</hpi.compatibleSinceVersion>
|
27 |
| - <jenkins.version>2.346.1</jenkins.version> |
| 27 | + <jenkins.version>2.361.4</jenkins.version> |
28 | 28 | <useBeta>true</useBeta>
|
29 | 29 | </properties>
|
30 | 30 |
|
|
38 | 38 | <dependency>
|
39 | 39 | <groupId>org.jenkins-ci.plugins</groupId>
|
40 | 40 | <artifactId>github-api</artifactId>
|
41 |
| - <version>1.303-400.v35c2d8258028</version> |
42 | 41 | </dependency>
|
43 | 42 | <dependency>
|
44 | 43 | <groupId>com.coravy.hudson.plugins.github</groupId>
|
45 | 44 | <artifactId>github</artifactId>
|
46 |
| - <version>1.34.3</version> |
| 45 | + <version>1.36.0</version> |
47 | 46 | </dependency>
|
48 | 47 | <dependency>
|
49 | 48 | <groupId>org.jenkins-ci.plugins</groupId>
|
|
71 | 70 | <dependency>
|
72 | 71 | <groupId>com.github.tomakehurst</groupId>
|
73 | 72 | <artifactId>wiremock-jre8-standalone</artifactId>
|
74 |
| - <version>2.33.2</version> |
| 73 | + <version>2.35.0</version> |
75 | 74 | <scope>test</scope>
|
76 | 75 | </dependency>
|
77 | 76 | <dependency>
|
|
112 | 111 | <dependency>
|
113 | 112 | <groupId>io.jenkins.plugins</groupId>
|
114 | 113 | <artifactId>pipeline-groovy-lib</artifactId>
|
115 |
| - <version>612.v84da_9c54906d</version> <!-- TODO until in BOM --> |
116 | 114 | <scope>test</scope>
|
117 | 115 | </dependency>
|
118 | 116 | <dependency>
|
|
136 | 134 | <dependencies>
|
137 | 135 | <dependency>
|
138 | 136 | <groupId>io.jenkins.tools.bom</groupId>
|
139 |
| - <artifactId>bom-2.346.x</artifactId> |
140 |
| - <version>1595.v8c71c13cc3a_9</version> |
| 137 | + <artifactId>bom-2.361.x</artifactId> |
| 138 | + <version>1750.v0071fa_4c4a_e3</version> |
141 | 139 | <scope>import</scope>
|
142 | 140 | <type>pom</type>
|
143 | 141 | </dependency>
|
144 |
| - <dependency> |
145 |
| - <groupId>org.apache.commons</groupId> |
146 |
| - <artifactId>commons-lang3</artifactId> |
147 |
| - <version>3.12.0</version> |
148 |
| - </dependency> |
149 | 142 | </dependencies>
|
150 | 143 | </dependencyManagement>
|
151 | 144 | <build>
|
152 | 145 | <plugins>
|
153 | 146 | <plugin>
|
154 | 147 | <groupId>com.diffplug.spotless</groupId>
|
155 | 148 | <artifactId>spotless-maven-plugin</artifactId>
|
156 |
| - <version>2.24.1</version> |
| 149 | + <version>2.28.0</version> |
157 | 150 | <executions>
|
158 | 151 | <execution>
|
159 | 152 | <id>spotless-check</id>
|
|
0 commit comments