Avoid plugin load conflict between nodejs and config-file-provider (#1381)

Could really use a plugin load test for our integrations module 😰
This commit is contained in:
Joseph Petersen 2020-05-19 18:38:01 +02:00 committed by GitHub
parent 712cbefe04
commit d6759fbfb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>config-file-provider</artifactId>
<version>3.4.1</version>
<version>3.6.3</version>
<scope>test</scope>
</dependency>