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 2020
2121 <properties >
2222 <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>
2424 <gem .home>${project.build.directory} /rubygems</gem .home>
2525 <slf4j .version>2.0.16</slf4j .version>
2626 </properties >
173173 </testResource >
174174 </testResources >
175175 <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 >
176196 <plugin >
177197 <groupId >org.apache.maven.plugins</groupId >
178198 <artifactId >maven-compiler-plugin</artifactId >
308328 <plugin >
309329 <groupId >org.apache.maven.plugins</groupId >
310330 <artifactId >maven-javadoc-plugin</artifactId >
311- <version >3.11.1 </version >
331+ <version >3.11.2 </version >
312332 <executions >
313333 <execution >
314334 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments