Skip to content

Commit

Permalink
Merge pull request #5199 from kwvanderlinde/fixup/4715-handlebar-help…
Browse files Browse the repository at this point in the history
…ers-breaking-change

Bump com.github.jknack:handlebars-helpers from 4.3.1 to 4.4.0
  • Loading branch information
cwisniew authored Feb 9, 2025
2 parents e4a8325 + d285b51 commit 419197e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ dependencies {
implementation 'com.miglayout:miglayout-swing:11.3'

implementation 'com.github.jknack:handlebars:4.3.1'
implementation 'com.github.jknack:handlebars-helpers:4.3.1'
implementation 'com.github.jknack:handlebars-helpers:4.4.0'

implementation 'org.jgrapht:jgrapht-core:1.5.2'

Expand Down
6 changes: 3 additions & 3 deletions src/main/java/net/rptools/maptool/util/HandlebarsUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
import com.github.jknack.handlebars.Options;
import com.github.jknack.handlebars.Template;
import com.github.jknack.handlebars.context.JavaBeanValueResolver;
import com.github.jknack.handlebars.helper.AssignHelper;
import com.github.jknack.handlebars.helper.ConditionalHelpers;
import com.github.jknack.handlebars.helper.IncludeHelper;
import com.github.jknack.handlebars.helper.NumberHelper;
import com.github.jknack.handlebars.helper.StringHelpers;
import com.github.jknack.handlebars.helper.ext.AssignHelper;
import com.github.jknack.handlebars.helper.ext.IncludeHelper;
import com.github.jknack.handlebars.helper.ext.NumberHelper;
import com.github.jknack.handlebars.io.ClassPathTemplateLoader;
import com.github.jknack.handlebars.io.TemplateLoader;
import com.github.jknack.handlebars.io.URLTemplateLoader;
Expand Down

0 comments on commit 419197e

Please sign in to comment.