diff --git a/archetypes/http/src/main/resources/archetype-resources/pom.xml b/archetypes/http/src/main/resources/archetype-resources/pom.xml index e30965543..f688eb838 100644 --- a/archetypes/http/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/http/src/main/resources/archetype-resources/pom.xml @@ -37,7 +37,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13.1</version> <scope>test</scope> </dependency> </dependencies>