This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit af02bff7069c691539de32b361c8a0b083755144 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Wed Nov 7 12:19:56 2018 +0000 Updating some plugins --- parent/pom.xml | 4 ++-- pom.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 83d0fdf..b0bffbb 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -398,7 +398,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.10.0</version> + <version>3.11.0</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId> @@ -583,7 +583,7 @@ </plugin> <plugin> <artifactId>maven-remote-resources-plugin</artifactId> - <version>1.5</version> + <version>1.6.0</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId> diff --git a/pom.xml b/pom.xml index ae9f3d0..4c3c019 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ <cxf.jdk.version>1.8</cxf.jdk.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <site.deploy.url>scp://people.apache.org/www/cxf.apache.org/maven-site</site.deploy.url> - <maven-owasp-plugin-version>3.3.2</maven-owasp-plugin-version> + <maven-owasp-plugin-version>3.3.4</maven-owasp-plugin-version> </properties> <distributionManagement> <repository> @@ -485,7 +485,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.21.0</version> + <version>2.22.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -578,7 +578,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.21.0</version> + <version>2.22.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -605,7 +605,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.12</version> + <version>0.13</version> <configuration> <numUnapprovedLicenses>350</numUnapprovedLicenses> <excludeSubProjects>false</excludeSubProjects> @@ -627,7 +627,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.7</version> + <version>3.7.1</version> <configuration> <chmod>true</chmod> <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
