This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
commit a33b0a3c65681107f0067885125c41fd995c0042 Merge: 92d12d5 aa43106 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Tue Oct 18 17:57:10 2022 -0400 Merge pull request #32 from apache/dependabot/maven/org.codehaus.mojo-taglist-maven-plugin-3.0.0 Bump taglist-maven-plugin from 2.2 to 3.0.0 pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --cc pom.xml index 8794d6c,4e4441d..4b6378c --- a/pom.xml +++ b/pom.xml @@@ -252,11 -244,11 +252,11 @@@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> - <version>2.2</version> + <version>3.0.0</version> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.1</version> <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <excludes>org/apache/commons/jxpath/ri/parser/*</excludes>