This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
The following commit(s) were added to refs/heads/master by this push: new d14bb092 [DOXIA-701] Upgrade components d14bb092 is described below commit d14bb092308964876d1ede7d86b04bef600cc9f2 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sun Mar 12 18:19:02 2023 +0100 [DOXIA-701] Upgrade components --- doxia-modules/doxia-module-fml/pom.xml | 2 +- doxia-modules/doxia-module-xdoc/pom.xml | 2 +- pom.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doxia-modules/doxia-module-fml/pom.xml b/doxia-modules/doxia-module-fml/pom.xml index 5b54586b..0505c83f 100644 --- a/doxia-modules/doxia-module-fml/pom.xml +++ b/doxia-modules/doxia-module-fml/pom.xml @@ -122,7 +122,7 @@ under the License. <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-apache-regexp</artifactId> - <version>1.10.11</version> + <version>1.10.13</version> </dependency> <dependency> <groupId>xalan</groupId> diff --git a/doxia-modules/doxia-module-xdoc/pom.xml b/doxia-modules/doxia-module-xdoc/pom.xml index c026e384..0df33650 100644 --- a/doxia-modules/doxia-module-xdoc/pom.xml +++ b/doxia-modules/doxia-module-xdoc/pom.xml @@ -123,7 +123,7 @@ under the License. <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-apache-regexp</artifactId> - <version>1.10.11</version> + <version>1.10.13</version> </dependency> <dependency> <groupId>xalan</groupId> diff --git a/pom.xml b/pom.xml index 3b450c2e..05c15cd5 100644 --- a/pom.xml +++ b/pom.xml @@ -87,9 +87,9 @@ under the License. <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,MethodName,InnerAssignment,MagicNumber</checkstyle.violation.ignore> <project.build.outputTimestamp>2023-01-22T18:23:15Z</project.build.outputTimestamp> <slf4jVersion>1.7.36</slf4jVersion> - <junitVersion>5.9.0</junitVersion> + <junitVersion>5.9.2</junitVersion> <sisuVersion>0.3.5</sisuVersion> - <xmlunitVersion>2.9.0</xmlunitVersion> + <xmlunitVersion>2.9.1</xmlunitVersion> </properties> <dependencyManagement> @@ -196,7 +196,7 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.5.0</version> + <version>3.5.1</version> </dependency> <dependency> <groupId>javax.inject</groupId>