File tree 1 file changed +13
-6
lines changed
1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 25
25
<properties >
26
26
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
27
27
<jacoco .version>0.8.5</jacoco .version>
28
- <maven .compiler.source>1.8 </maven .compiler.source>
29
- <maven .compiler.target>1.8 </maven .compiler.target>
28
+ <maven .compiler.source>11 </maven .compiler.source>
29
+ <maven .compiler.target>11 </maven .compiler.target>
30
30
</properties >
31
31
32
32
<dependencies >
55
55
<dependency >
56
56
<groupId >org.mockito</groupId >
57
57
<artifactId >mockito-core</artifactId >
58
- <version >3.3.3 </version >
58
+ <version >5.14.2 </version >
59
59
<scope >test</scope >
60
60
</dependency >
61
61
69
69
<dependency >
70
70
<groupId >com.lesfurets</groupId >
71
71
<artifactId >jenkins-pipeline-unit</artifactId >
72
- <version >1.17 </version >
72
+ <version >1.23 </version >
73
73
<scope >test</scope >
74
74
</dependency >
75
75
88
88
</dependency >
89
89
</dependencies >
90
90
91
+ <pluginRepositories >
92
+ <pluginRepository >
93
+ <id >groovy-plugins-release</id >
94
+ <url >https://groovy.jfrog.io/artifactory/plugins-release</url >
95
+ </pluginRepository >
96
+ </pluginRepositories >
97
+
91
98
<build >
92
99
<sourceDirectory >src</sourceDirectory >
93
100
<testSourceDirectory >test</testSourceDirectory >
109
116
<dependency >
110
117
<groupId >org.codehaus.groovy</groupId >
111
118
<artifactId >groovy-eclipse-compiler</artifactId >
112
- <version >3.7 .0</version >
119
+ <version >3.9 .0</version >
113
120
</dependency >
114
121
<dependency >
115
122
<groupId >org.codehaus.groovy</groupId >
116
123
<artifactId >groovy-eclipse-batch</artifactId >
117
- <version >3.0.8-01 </version >
124
+ <version >3.0.23-02 </version >
118
125
</dependency >
119
126
</dependencies >
120
127
</plugin >
You can’t perform that action at this time.
0 commit comments