8000 Merge pull request #271 from NotMyFault/chore/master/realign-with-lts · kutzi/github-plugin@1418b8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1418b8a

Browse files
authored
Merge pull request jenkinsci#271 from NotMyFault/chore/master/realign-with-lts
build: Realign plugin with LTS version
2 parents 38b4c98 + 9560f1f commit 1418b8a

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: maven
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
open-pull-requests-limit: 10
8+
target-branch: master
9+
labels:
10+
- dependencies

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</developers>
3737

3838
<scm>
39-
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
39+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
4040
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
4141
<url>https://github.com/${gitHubRepo}</url>
4242
<tag>${scmTag}</tag>
@@ -50,7 +50,7 @@
5050
<revision>1.34.4</revision>
5151
<changelist>-SNAPSHOT</changelist>
5252
<gitHubRepo>jenkinsci/github-plugin</gitHubRepo>
53-
<jenkins.version>2.346</jenkins.version>
53+
<jenkins.version>2.346.1</jenkins.version>
5454
<release.skipTests>false</release.skipTests>
5555
<maven.javadoc.skip>true</maven.javadoc.skip>
5656
<findbugs-maven-plugin.version>3.0.4</findbugs-maven-plugin.version>
@@ -226,22 +226,22 @@
226226
<dependency>
227227
<groupId>com.tngtech.java</groupId>
228228
<artifactId>junit-dataprovider</artifactId>
229-
<version>1.10.0</version>
229+
<version>1.13.1</version>
230230
<scope>test</scope>
231231
</dependency>
232232

233233
<!--to mock github-->
234234
<dependency>
235235
<groupId>com.github.tomakehurst</groupId>
236236
<artifactId>wiremock-jre8-standalone</artifactId>
237-
<version>2.32.0</version>
237+
<version>2.33.2</version>
238238
<scope>test</scope>
239239
</dependency>
240240

241241
<dependency>
242242
<groupId>io.rest-assured</groupId>
243243
<artifactId>rest-assured</artifactId>
244-
<version>4.3.3</version>
244+
<version>5.1.1</version>
245245
<scope>test</scope>
246246
</dependency>
247247

@@ -251,8 +251,8 @@
251251
<dependencies>
252252
<dependency>
253253
<groupId>io.jenkins.tools.bom</groupId>
254-
<artifactId>bom-2.332.x</artifactId>
255-
<version>1181.v04b_21d4b_0d6c</version>
254+
<artifactId>bom-2.346.x</artifactId>
255+
<version>1438.v6a_2c29d73f82</version>
256256
<scope>import</scope>
257257
<type>pom</type>
258258
</dependency>
@@ -279,7 +279,7 @@
279279

280280
<plugin>
281281
<artifactId>maven-checkstyle-plugin</artifactId>
282-
<version>3.1.1</version>
282+
<version>3.1.2</version>
283283
<executions>
284284
<execution>
285285
<id>checkstyle</id>

0 commit comments

Comments
 (0)
0