Skip to content

Commit

Permalink
jacoco update
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffdev committed May 11, 2021
1 parent c26bdac commit 819477e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<maven.plugin.annotations.version>3.6.1</maven.plugin.annotations.version>
<maven.source.plugin.version>2.4</maven.source.plugin.version>
<plexus.utilities.version>3.3.0</plexus.utilities.version>
<jacoco.version>0.8.4</jacoco.version>
<jacoco.version>0.8.7</jacoco.version>

<mockito.version>3.9.0</mockito.version>
<junit5.vintage.version>5.8.0-M1</junit5.vintage.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class TemplateConfiguration {
private Configuration cfg;

public void init(final String basePath) {
cfg = new Configuration(Configuration.VERSION_2_3_30);
cfg = new Configuration(Configuration.VERSION_2_3_31);
cfg.setClassForTemplateLoading(this.getClass(), basePath);
cfg.setDefaultEncoding("UTF-8");
cfg.setTemplateExceptionHandler(TemplateExceptionHandler.RETHROW_HANDLER);
Expand Down

0 comments on commit 819477e

Please sign in to comment.