This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/freemarker-docgen.git
The following commit(s) were added to refs/heads/master by this push:
new 2919ca3 Updated FreeMarker dependency
2919ca3 is described below
commit 2919ca3b7d51773f46d60117af2e95fd63287058
Author: ddekany <[email protected]>
AuthorDate: Tue Dec 24 10:15:34 2024 +0100
Updated FreeMarker dependency
---
freemarker-docgen-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/freemarker-docgen-core/pom.xml b/freemarker-docgen-core/pom.xml
index 7245ac6..39034e6 100644
--- a/freemarker-docgen-core/pom.xml
+++ b/freemarker-docgen-core/pom.xml
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
- <version>2.3.33</version>
+ <version>2.3.34</version>
</dependency>
<dependency>
<groupId>com.thaiopensource</groupId>