File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 20
20
21
21
<properties >
22
22
<jruby .version>9.4.12.0</jruby .version>
23
- <jruby .maven.plugins.version>3.0.3 </jruby .maven.plugins.version>
23
+ <jruby .maven.plugins.version>3.0.5 </jruby .maven.plugins.version>
24
24
<gem .home>${project.build.directory} /rubygems</gem .home>
25
25
<slf4j .version>2.0.16</slf4j .version>
26
26
</properties >
173
173
</testResource >
174
174
</testResources >
175
175
<plugins >
176
+ <plugin >
177
+ <groupId >org.apache.maven.plugins</groupId >
178
+ <artifactId >maven-enforcer-plugin</artifactId >
179
+ <version >3.5.0</version >
180
+ <executions >
181
+ <execution >
182
+ <id >enforce-maven</id >
183
+ <goals >
184
+ <goal >enforce</goal >
185
+ </goals >
186
+ <configuration >
187
+ <rules >
188
+ <requireMavenVersion >
189
+ <version >3.6.3</version >
190
+ </requireMavenVersion >
191
+ </rules >
192
+ </configuration >
193
+ </execution >
194
+ </executions >
195
+ </plugin >
176
196
<plugin >
177
197
<groupId >org.apache.maven.plugins</groupId >
178
198
<artifactId >maven-compiler-plugin</artifactId >
308
328
<plugin >
309
329
<groupId >org.apache.maven.plugins</groupId >
310
330
<artifactId >maven-javadoc-plugin</artifactId >
311
- <version >3.11.1 </version >
331
+ <version >3.11.2 </version >
312
332
<executions >
313
333
<execution >
314
334
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments