Skip to content

Commit

Permalink
Merge branch 'freemarker-update'
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Feb 18, 2020
2 parents 85ff983 + 0d67e3d commit 42de115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DaoGenerator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ repositories {
}

dependencies {
compile 'org.freemarker:freemarker:2.3.23'
testCompile 'junit:junit:4.12'
compile 'org.freemarker:freemarker:2.3.29'
testImplementation 'junit:junit:4.12'
}

sourceSets {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public DaoGenerator() throws IOException {
}

private Configuration getConfiguration(String probingTemplate) throws IOException {
Configuration config = new Configuration(Configuration.VERSION_2_3_23);
Configuration config = new Configuration(Configuration.VERSION_2_3_29);
config.setClassForTemplateLoading(getClass(), "/");

try {
Expand Down

0 comments on commit 42de115

Please sign in to comment.