File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 26
26
<maven .compiler.source>1.8</maven .compiler.source>
27
27
<maven .compiler.target>1.8</maven .compiler.target>
28
28
29
- <junit .jupiter.version>5.1.0 </junit .jupiter.version>
30
- <junit .platform.version>1.1.0 </junit .platform.version>
29
+ <junit .jupiter.version>5.10.3 </junit .jupiter.version>
30
+ <junit .platform.version>1.3.2 </junit .platform.version>
31
31
</properties >
32
32
33
33
<dependencies >
49
49
<version >5.1</version >
50
50
<scope >compile</scope >
51
51
</dependency >
52
- <dependency >
53
- <groupId >commons-httpclient</groupId >
54
- <artifactId >commons-httpclient</artifactId >
55
- <version >3.1</version >
56
- <scope >compile</scope >
57
- <exclusions >
58
- <exclusion >
59
- <groupId >commons-logging</groupId >
60
- <artifactId >commons-logging</artifactId >
61
- </exclusion >
62
- </exclusions >
63
- </dependency >
64
52
<dependency >
65
53
<groupId >com.offbytwo.jenkins</groupId >
66
54
<artifactId >jenkins-client</artifactId >
90
78
<dependency >
91
79
<groupId >com.google.code.gson</groupId >
92
80
<artifactId >gson</artifactId >
93
- <version >2.8.9 </version >
81
+ <version >2.11.0 </version >
94
82
</dependency >
95
83
</dependencies >
96
84
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments