This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git
commit 159145a5944857df8178b14b95a52a777ab2a1c4 Author: Hugo Hirsch <[email protected]> AuthorDate: Tue May 18 13:02:57 2021 +0200 WHISKER-19: Update junit and Maven plugin base version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cee1d01..1b3fe20 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <target.jdk>1.8</target.jdk> - <junit.version>4.13.1</junit.version> + <junit.version>4.13.2</junit.version> <!-- This is the version of Maven required to use the Maven Plugin for this project --> <mavenVersion>2.2.1</mavenVersion> <!-- @@ -116,7 +116,7 @@ <whisker.site.url>file:${whisker.site.local}</whisker.site.url> <whisker.site.name>Whisker Website</whisker.site.name> <whisker.site.id>org.apache.creadur.whisker.site</whisker.site.id> - <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion> + <mavenPluginPluginVersion>3.6.1</mavenPluginPluginVersion> <!-- Cannot upgrade to 3.0.0 because it requires Java 7 --> <findbugsPluginVersion>2.5.5</findbugsPluginVersion> </properties>
