Skip to content

Commit 96073cf

Browse files
committed
Update maven plugins to latest version
(cherry picked from commit acd3be8)
1 parent 61aef5b commit 96073cf

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

pom.xml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>
@@ -173,6 +173,26 @@
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>
@@ -308,7 +328,7 @@
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>

0 commit comments

Comments
 (0)