File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change 11
11
<properties >
12
12
<changelist >999999-SNAPSHOT</changelist >
13
13
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
14
- <jenkins .version>2.375.4 </jenkins .version>
14
+ <jenkins .version>2.401.3 </jenkins .version>
15
15
</properties >
16
16
17
17
<licenses >
53
53
<dependencies >
54
54
<dependency >
55
55
<groupId >io.jenkins.tools.bom</groupId >
56
- <artifactId >bom-2.375 .x</artifactId >
57
- <version >2198.v39c76fc308ca </version >
56
+ <artifactId >bom-2.401 .x</artifactId >
57
+ <version >2643.vfa_93ff299d20 </version >
58
58
<scope >import</scope >
59
59
<type >pom</type >
60
60
</dependency >
63
63
64
64
<dependencies >
65
65
<dependency >
66
- <groupId >com.jayway.jsonpath</groupId >
67
- <artifactId >json-path</artifactId >
68
- <version >2.8.0</version >
69
- <exclusions >
70
- <exclusion > <!-- Note that json-smart *also* bundles ASM 5 inline, which we cannot do anything about. Bad form! -->
71
- <groupId >org.ow2.asm</groupId >
72
- <artifactId >asm</artifactId >
73
- </exclusion >
74
- <!-- Provided by Jenkins core -->
75
- <exclusion >
76
- <groupId >org.slf4j</groupId >
77
- <artifactId >slf4j-api</artifactId >
78
- </exclusion >
79
- </exclusions >
66
+ <groupId >io.jenkins.plugins</groupId >
67
+ <artifactId >json-path-api</artifactId >
80
68
</dependency >
81
69
<dependency >
82
70
<groupId >org.jenkins-ci.plugins</groupId >
You can’t perform that action at this time.
0 commit comments