Skip to content

Commit 2ec24a0

Browse files
change freemarker version to 2.3.28
1 parent 9af5137 commit 2ec24a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.freemarker</groupId>
8888
<artifactId>freemarker</artifactId>
89-
<version>2.3.30</version>
89+
<version>2.3.28</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.hibernate</groupId>

src/main/java/io/github/project/openubl/xmlbuilderlib/freemarker/FreemarkerGlobalConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class FreemarkerGlobalConfiguration {
2525
private Configuration configuration;
2626

2727
private FreemarkerGlobalConfiguration() {
28-
configuration = new Configuration(Configuration.VERSION_2_3_30);
28+
configuration = new Configuration(Configuration.VERSION_2_3_28);
2929
configuration.setClassForTemplateLoading(FreemarkerGlobalConfiguration.class, "/");
3030
}
3131

0 commit comments

Comments
 (0)