You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by sg...@apache.org on 2023/03/19 19:15:10 UTC

[freemarker-generator] branch master updated: Bump junit from 4.13 to 4.13.1 (#41)

This is an automated email from the ASF dual-hosted git repository.

sgoeschl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/freemarker-generator.git


The following commit(s) were added to refs/heads/master by this push:
     new e977fd0  Bump junit from 4.13 to 4.13.1 (#41)
e977fd0 is described below

commit e977fd0e7915f729b24976f0ba31586c0d274dc6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Mar 19 20:15:05 2023 +0100

    Bump junit from 4.13 to 4.13.1 (#41)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5a0c552..067ea8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.13</version>
+                <version>4.13.1</version>
                 <scope>test</scope>
             </dependency>
         </dependencies>