This is an automated email from the ASF dual-hosted git repository. bdemers pushed a commit to branch 1-9-update-plugins in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 3eafa10566e78c876375cdad86fda82bc3383510 Author: Brian Demers <[email protected]> AuthorDate: Fri Jun 10 14:28:04 2022 -0400 Update plugin versions to latest minor releases Kept surefire/failsafe at M5 because M6 resulted in a build error --- pom.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index ba6dbe24..150ec49e 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ <hsqldb.version>2.5.0</hsqldb.version> <javax.annotation.api.version>1.3.2</javax.annotation.api.version> <jdk.version>1.8</jdk.version> - <jetty.version>9.4.27.v20200227</jetty.version> + <jetty.version>9.4.46.v20220331</jetty.version> <owasp.java.encoder.version>1.2.2</owasp.java.encoder.version> <!-- Don't change this version without also changing the shiro-quartz and shiro-features modules' OSGi metadata: --> @@ -111,7 +111,7 @@ <!-- Test 3rd-party dependencies: --> <easymock.version>4.1</easymock.version> - <gmaven.version>1.8.0</gmaven.version> + <gmaven.version>1.13.1</gmaven.version> <groovy.version>2.5.14</groovy.version> <junit.version>4.12</junit.version> <junit.server.jetty.version>0.11.0</junit.server.jetty.version> @@ -282,7 +282,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.3.1</version> + <version>3.4.0</version> <configuration> <excludePackageNames>org.apache.shiro.samples.*</excludePackageNames> </configuration> @@ -295,12 +295,12 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>5.1.4</version> + <version>5.1.6</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.7.1</version> + <version>3.9.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -332,7 +332,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> - <version>2.7</version> + <version>2.10.0</version> </plugin> <!-- Allow writing tests in Groovy: --> <plugin> @@ -350,17 +350,17 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>3.0.0</version> + <version>3.3.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>3.1.1</version> + <version>3.3.0</version> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.4</version> + <version>0.8.8</version> </plugin> <plugin> <groupId>com.mycila</groupId> @@ -399,12 +399,12 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>5.2.4</version> + <version>7.1.0</version> </plugin> <plugin> <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> - <version>0.14.1</version> + <version>0.15.7</version> <configuration> <oldVersion> <dependency> @@ -1282,7 +1282,7 @@ </plugin> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.1.2</version> + <version>3.3.0</version> <!-- Disable, just to make it go faster --> <configuration> <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
