Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to bump handlebars version #9732

Closed
crazyk2 opened this issue Sep 26, 2019 · 1 comment
Closed

Need to bump handlebars version #9732

crazyk2 opened this issue Sep 26, 2019 · 1 comment

Comments

@crazyk2
Copy link

crazyk2 commented Sep 26, 2019

For template improvements needed bump com.github.jknack.handlebars version at least to 4.0.7 or better latest 4.1.2.
4.0.7 version has conditional helpers.

    <dependency>
            <groupId>com.github.jknack</groupId>
            <artifactId>handlebars</artifactId>
            <version>4.0.6</version>
        </dependency>

to

    <dependency>
            <groupId>com.github.jknack</groupId>
            <artifactId>handlebars</artifactId>
            <version>4.1.2</version>
        </dependency>
@crazyk2 crazyk2 mentioned this issue Sep 26, 2019
frantuma added a commit that referenced this issue Sep 27, 2019
refs #9732 - increase handlebars version
@frantuma
Copy link
Member

implemented in #9734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants